Color Hex Logo

#cc669b Color Hex

#CC669B
(204,102,155)
0 Favorites   0 Comments

Color spaces of #cc669b

RGB 204102155
HSL0.910.500.60
HSV329°50°80°
CMYK 0.000.500.24   0.20
XYZ35.569624.706733.9045
Yxy24.70670.37770.2623
Hunter Lab49.705840.7498-5.6478
CIE-Lab56.788546.5724-10.0618

#cc669b color RGB value is (204,102,155).

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

The process color (four color CMYK) of #cc669b color hex is 0.00, 0.50, 0.24, 0.20. Web safe color of #cc669b is #cc6699. Color #cc669b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100110 10011011
Octal 314 146 233
Decimal 204 102 155
Hex CC 66 9B

RGB Percentages of Color #cc669b

%44.25
%22.13
%33.62

CMYK Percentages of Color #cc669b

%0
%50
%24
%20

Triadic Colors of #cc669b

#cc669b #9bcc66 #669bcc

Analogous Colors of #cc669b

#cc669b #cc6668 #ca66cc

Monochromatic Colors of #cc669b

#cc669b

Complementary Color

#cc669b #66cc97

#cc669b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc669b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc669b Color CSS Codes

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

#cc669b Text Font Color

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

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


#cc669b Background Color

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

This div background color is #cc669b


#cc669b Border Color

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

This div border color is #cc669b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc669b


Comments

No comments written yet.

Please login to write comment.