Color Hex Logo

#cc688b Color Hex

#CC688B
(204,104,139)
0 Favorites   0 Comments

Color spaces of #cc688b

RGB 204104139
HSL0.940.500.60
HSV339°49°80°
CMYK 0.000.490.32   0.20
XYZ34.512424.602127.3558
Yxy24.60210.39910.2845
Hunter Lab49.600537.40072.0206
CIE-Lab56.685743.4100-0.8800

#cc688b color RGB value is (204,104,139).

#cc688b hex color red value is 204, green value is 104 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cc688b hue: 0.94 , saturation: 0.50 and the lightness value of cc688b is 0.60.

The process color (four color CMYK) of #cc688b color hex is 0.00, 0.49, 0.32, 0.20. Web safe color of #cc688b is #cc6699. Color #cc688b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101000 10001011
Octal 314 150 213
Decimal 204 104 139
Hex CC 68 8B

RGB Percentages of Color #cc688b

%45.64
%23.27
%31.10

CMYK Percentages of Color #cc688b

%0
%49
%32
%20

Triadic Colors of #cc688b

#cc688b #8bcc68 #688bcc

Analogous Colors of #cc688b

#cc688b #cc7768 #cc68bd

Monochromatic Colors of #cc688b

#cc688b

Complementary Color

#cc688b #68cca9

#cc688b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc688b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc688b Color CSS Codes

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

#cc688b Text Font Color

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

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


#cc688b Background Color

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

This div background color is #cc688b


#cc688b Border Color

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

This div border color is #cc688b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,104,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 #cc688b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc688b


Comments

No comments written yet.

Please login to write comment.