Color Hex Logo

#cc69ab Color Hex

#CC69AB
(204,105,171)
0 Favorites   0 Comments

Color spaces of #cc69ab

RGB 204105171
HSL0.890.490.61
HSV320°49°80°
CMYK 0.000.490.16   0.20
XYZ37.304125.880841.5574
Yxy25.88080.35620.2471
Hunter Lab50.873241.8618-12.8217
CIE-Lab57.923747.4433-17.6203

#cc69ab color RGB value is (204,105,171).

#cc69ab hex color red value is 204, green value is 105 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cc69ab hue: 0.89 , saturation: 0.49 and the lightness value of cc69ab is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101001 10101011
Octal 314 151 253
Decimal 204 105 171
Hex CC 69 AB

RGB Percentages of Color #cc69ab

%42.50
%21.88
%35.63

CMYK Percentages of Color #cc69ab

%0
%49
%16
%20

Triadic Colors of #cc69ab

#cc69ab #abcc69 #69abcc

Analogous Colors of #cc69ab

#cc69ab #cc697a #bc69cc

Monochromatic Colors of #cc69ab

#cc69ab

Complementary Color

#cc69ab #69cc8a

#cc69ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc69ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc69ab Color CSS Codes

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

#cc69ab Text Font Color

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

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


#cc69ab Background Color

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

This div background color is #cc69ab


#cc69ab Border Color

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

This div border color is #cc69ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc69ab


Comments

No comments written yet.

Please login to write comment.