Color Hex Logo

#cd06af Color Hex

#CD06AF
(205,6,175)
0 Favorites   0 Comments

Color spaces of #cd06af

RGB 2056175
HSL0.860.940.41
HSV309°97°80°
CMYK 0.000.970.15   0.20
XYZ32.979816.204541.9470
Yxy16.20450.36190.1778
Hunter Lab40.254875.7948-33.6040
CIE-Lab47.241778.7566-36.4897

#cd06af color RGB value is (205,6,175).

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

The process color (four color CMYK) of #cd06af color hex is 0.00, 0.97, 0.15, 0.20. Web safe color of #cd06af is #cc0099. Color #cd06af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000110 10101111
Octal 315 6 257
Decimal 205 6 175
Hex CD 6 AF

RGB Percentages of Color #cd06af

%53.11
%1.55
%45.34

CMYK Percentages of Color #cd06af

%0
%97
%15
%20

Triadic Colors of #cd06af

#cd06af #afcd06 #06afcd

Analogous Colors of #cd06af

#cd06af #cd064c #8806cd

Monochromatic Colors of #cd06af

#cd06af

Complementary Color

#cd06af #06cd24

#cd06af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd06af Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd06af Color CSS Codes

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

#cd06af Text Font Color

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

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


#cd06af Background Color

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

This div background color is #cd06af


#cd06af Border Color

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

This div border color is #cd06af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd06af


Comments

No comments written yet.

Please login to write comment.