Color Hex Logo

#cc818b Color Hex

#CC818B
(204,129,139)
0 Favorites   0 Comments

Color spaces of #cc818b

RGB 204129139
HSL0.980.420.65
HSV352°37°80°
CMYK 0.000.370.32   0.20
XYZ37.412330.402028.3224
Yxy30.40200.38920.3162
Hunter Lab55.138024.62458.1415
CIE-Lab61.999530.22876.8126

#cc818b color RGB value is (204,129,139).

#cc818b hex color red value is 204, green value is 129 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cc818b hue: 0.98 , saturation: 0.42 and the lightness value of cc818b is 0.65.

The process color (four color CMYK) of #cc818b color hex is 0.00, 0.37, 0.32, 0.20. Web safe color of #cc818b is #cc9999. Color #cc818b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000001 10001011
Octal 314 201 213
Decimal 204 129 139
Hex CC 81 8B

RGB Percentages of Color #cc818b

%43.22
%27.33
%29.45

CMYK Percentages of Color #cc818b

%0
%37
%32
%20

Triadic Colors of #cc818b

#cc818b #8bcc81 #818bcc

Analogous Colors of #cc818b

#cc818b #cc9d81 #cc81b1

Monochromatic Colors of #cc818b

#cc818b

Complementary Color

#cc818b #81ccc2

#cc818b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc818b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc818b Color CSS Codes

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

#cc818b Text Font Color

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

This sample text font color is #cc818b
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.


#cc818b Background Color

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

This div background color is #cc818b


#cc818b Border Color

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

This div border color is #cc818b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc818b


Comments

No comments written yet.

Please login to write comment.