Color Hex Logo

#cd6fcc Color Hex

#CD6FCC
(205,111,204)
0 Favorites   0 Comments

Color spaces of #cd6fcc

RGB 205111204
HSL0.840.480.62
HSV301°46°80°
CMYK 0.000.460.00   0.20
XYZ41.760428.707660.4669
Yxy28.70760.31890.2193
Hunter Lab53.579545.3607-29.4059
CIE-Lab60.522750.2732-32.4570

#cd6fcc color RGB value is (205,111,204).

#cd6fcc hex color red value is 205, green value is 111 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cd6fcc hue: 0.84 , saturation: 0.48 and the lightness value of cd6fcc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101111 11001100
Octal 315 157 314
Decimal 205 111 204
Hex CD 6F CC

RGB Percentages of Color #cd6fcc

%39.42
%21.35
%39.23

CMYK Percentages of Color #cd6fcc

%0
%46
%0
%20

Triadic Colors of #cd6fcc

#cd6fcc #cccd6f #6fcccd

Analogous Colors of #cd6fcc

#cd6fcc #cd6f9d #9f6fcd

Monochromatic Colors of #cd6fcc

#cd6fcc

Complementary Color

#cd6fcc #6fcd70

#cd6fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd6fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd6fcc Color CSS Codes

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

#cd6fcc Text Font Color

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

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


#cd6fcc Background Color

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

This div background color is #cd6fcc


#cd6fcc Border Color

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

This div border color is #cd6fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd6fcc


Comments

No comments written yet.

Please login to write comment.