color codes Logo

#cc469e color codes

#CC469E
(204,70,158)
0 Favorites   0 Comments

Color spaces of #cc469e

RGB 20470158
HSL0.890.570.54
HSV321°66°80°
CMYK 0.000.660.23   0.20
XYZ33.263619.686334.3944
Yxy19.68630.38080.2254
Hunter Lab44.369256.1752-14.9023
CIE-Lab51.480761.4899-19.8630

#cc469e color RGB value is (204,70,158).

#cc469e hex color red value is 204, green value is 70 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cc469e hue: 0.89 , saturation: 0.57 and the lightness value of cc469e is 0.54.

The process color (four color CMYK) of #cc469e color code is 0.00, 0.66, 0.23, 0.20. Web safe color of #cc469e is #cc3399. Color #cc469e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000110 10011110
Octal 314 106 236
Decimal 204 70 158
Hex CC 46 9E

RGB Percentages of Color #cc469e

%47.22
%16.20
%36.57

CMYK Percentages of Color #cc469e

%0
%66
%23
%20

Triadic Colors of #cc469e

#cc469e #9ecc46 #469ecc

Analogous Colors of #cc469e

#cc469e #cc465b #b746cc

Monochromatic Colors of #cc469e

#cc469e

Complementary Color

#cc469e #46cc74

#cc469e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc469e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc469e Color CSS Codes

.mybgcolor {background-color:#cc469e; } 
.myforecolor {color:#cc469e; }
.mybordercolor {border:3px solid #cc469e; }

#cc469e Text Font Color

<p style="color:#cc469e">Text here</p>

This sample text font color is #cc469e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cc469e Background Color

<div style="background-color:#cc469e">
Div content here</div>

This div background color is #cc469e


#cc469e Border Color

<div style="border:3px solid #cc469e">
Div here</div>

This div border color is #cc469e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,70,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc469e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc469e;
  -webkit-box-shadow: 1px 1px 3px 2px #cc469e;
  box-shadow:         1px 1px 3px 2px #cc469e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,70,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc469e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cc469e;
  -webkit-box-shadow: 1px 1px 3px 2px #cc469e;
  box-shadow:         1px 1px 3px 2px #cc469e;">
Div content here</div>

This div box has shadow with color #cc469e


Comments

No comments written yet.

Please login to write comment.