Color Hex Logo

#cc688e Color Hex

#CC688E
(204,104,142)
0 Favorites   0 Comments

Color spaces of #cc688e

RGB 204104142
HSL0.940.500.60
HSV337°49°80°
CMYK 0.000.490.30   0.20
XYZ34.734624.691028.5263
Yxy24.69100.39490.2807
Hunter Lab49.690037.81850.7455
CIE-Lab56.773143.7970-2.5041

#cc688e color RGB value is (204,104,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101000 10001110
Octal 314 150 216
Decimal 204 104 142
Hex CC 68 8E

RGB Percentages of Color #cc688e

%45.33
%23.11
%31.56

CMYK Percentages of Color #cc688e

%0
%49
%30
%20

Triadic Colors of #cc688e

#cc688e #8ecc68 #688ecc

Analogous Colors of #cc688e

#cc688e #cc7468 #cc68c0

Monochromatic Colors of #cc688e

#cc688e

Complementary Color

#cc688e #68cca6

#cc688e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc688e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc688e Color CSS Codes

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

#cc688e Text Font Color

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

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


#cc688e Background Color

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

This div background color is #cc688e


#cc688e Border Color

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

This div border color is #cc688e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc688e


Comments

No comments written yet.

Please login to write comment.