Color Hex Logo

#cc69bc Color Hex

#CC69BC
(204,105,188)
0 Favorites   0 Comments

Color spaces of #cc69bc

RGB 204105188
HSL0.860.490.61
HSV310°49°80°
CMYK 0.000.490.08   0.20
XYZ39.030526.571450.6486
Yxy26.57140.33570.2286
Hunter Lab51.547544.9479-22.1729
CIE-Lab58.575550.1963-26.3861

#cc69bc color RGB value is (204,105,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101001 10111100
Octal 314 151 274
Decimal 204 105 188
Hex CC 69 BC

RGB Percentages of Color #cc69bc

%41.05
%21.13
%37.83

CMYK Percentages of Color #cc69bc

%0
%49
%8
%20

Triadic Colors of #cc69bc

#cc69bc #bccc69 #69bccc

Analogous Colors of #cc69bc

#cc69bc #cc698b #ab69cc

Monochromatic Colors of #cc69bc

#cc69bc

Complementary Color

#cc69bc #69cc79

#cc69bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc69bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc69bc Color CSS Codes

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

#cc69bc Text Font Color

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

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


#cc69bc Background Color

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

This div background color is #cc69bc


#cc69bc Border Color

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

This div border color is #cc69bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc69bc


Comments

No comments written yet.

Please login to write comment.