Color Hex Logo

#cc69cb Color Hex

#CC69CB
(204,105,203)
0 Favorites   0 Comments

Color spaces of #cc69cb

RGB 204105203
HSL0.840.490.61
HSV301°49°80°
CMYK 0.000.490.00   0.20
XYZ40.732927.252359.6133
Yxy27.25230.31920.2136
Hunter Lab52.203747.9213-31.1627
CIE-Lab59.207152.8003-33.9480

#cc69cb color RGB value is (204,105,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101001 11001011
Octal 314 151 313
Decimal 204 105 203
Hex CC 69 CB

RGB Percentages of Color #cc69cb

%39.84
%20.51
%39.65

CMYK Percentages of Color #cc69cb

%0
%49
%0
%20

Triadic Colors of #cc69cb

#cc69cb #cbcc69 #69cbcc

Analogous Colors of #cc69cb

#cc69cb #cc699a #9c69cc

Monochromatic Colors of #cc69cb

#cc69cb

Complementary Color

#cc69cb #69cc6a

#cc69cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc69cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc69cb Color CSS Codes

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

#cc69cb Text Font Color

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

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


#cc69cb Background Color

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

This div background color is #cc69cb


#cc69cb Border Color

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

This div border color is #cc69cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc69cb


Comments

No comments written yet.

Please login to write comment.