Color Hex Logo

#cc06bd Color Hex

#CC06BD
(204,6,189)
0 Favorites   0 Comments

Color spaces of #cc06bd

RGB 2046189
HSL0.850.940.41
HSV305°97°80°
CMYK 0.000.970.07   0.20
XYZ34.152316.641749.5563
Yxy16.64170.34030.1658
Hunter Lab40.794278.0475-43.4687
CIE-Lab47.805480.4421-43.8332

#cc06bd color RGB value is (204,6,189).

#cc06bd hex color red value is 204, green value is 6 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cc06bd hue: 0.85 , saturation: 0.94 and the lightness value of cc06bd is 0.41.

The process color (four color CMYK) of #cc06bd color hex is 0.00, 0.97, 0.07, 0.20. Web safe color of #cc06bd is #cc00cc. Color #cc06bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000110 10111101
Octal 314 6 275
Decimal 204 6 189
Hex CC 6 BD

RGB Percentages of Color #cc06bd

%51.13
%1.50
%47.37

CMYK Percentages of Color #cc06bd

%0
%97
%7
%20

Triadic Colors of #cc06bd

#cc06bd #bdcc06 #06bdcc

Analogous Colors of #cc06bd

#cc06bd #cc065a #7806cc

Monochromatic Colors of #cc06bd

#cc06bd

Complementary Color

#cc06bd #06cc15

#cc06bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc06bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc06bd Color CSS Codes

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

#cc06bd Text Font Color

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

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


#cc06bd Background Color

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

This div background color is #cc06bd


#cc06bd Border Color

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

This div border color is #cc06bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc06bd


Comments

No comments written yet.

Please login to write comment.