Color Hex Logo

#cc69cd Color Hex

#CC69CD
(204,105,205)
0 Favorites   0 Comments

Color spaces of #cc69cd

RGB 204105205
HSL0.830.500.61
HSV299°49°80°
CMYK 0.000.490.00   0.20
XYZ40.972927.348360.8768
Yxy27.34830.31710.2117
Hunter Lab52.295648.3350-32.4120
CIE-Lab59.295353.1590-34.9438

#cc69cd color RGB value is (204,105,205).

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

The process color (four color CMYK) of #cc69cd color hex is 0.00, 0.49, 0.00, 0.20. Web safe color of #cc69cd is #cc66cc. Color #cc69cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101001 11001101
Octal 314 151 315
Decimal 204 105 205
Hex CC 69 CD

RGB Percentages of Color #cc69cd

%39.69
%20.43
%39.88

CMYK Percentages of Color #cc69cd

%0
%49
%0
%20

Triadic Colors of #cc69cd

#cc69cd #cdcc69 #69cdcc

Analogous Colors of #cc69cd

#cc69cd #cd699c #9a69cd

Monochromatic Colors of #cc69cd

#cc69cd

Complementary Color

#cc69cd #6acd69

#cc69cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc69cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc69cd Color CSS Codes

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

#cc69cd Text Font Color

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

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


#cc69cd Background Color

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

This div background color is #cc69cd


#cc69cd Border Color

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

This div border color is #cc69cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc69cd


Comments

No comments written yet.

Please login to write comment.