Color Hex Logo

#cd44cc Color Hex

#CD44CC
(205,68,204)
0 Favorites   0 Comments

Color spaces of #cd44cc

RGB 20568204
HSL0.830.580.54
HSV300°67°80°
CMYK 0.000.670.00   0.20
XYZ38.143021.473059.2611
Yxy21.47300.32090.1806
Hunter Lab46.339065.8355-43.3864
CIE-Lab53.463369.3930-43.5283

#cd44cc color RGB value is (205,68,204).

#cd44cc hex color red value is 205, green value is 68 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cd44cc hue: 0.83 , saturation: 0.58 and the lightness value of cd44cc is 0.54.

The process color (four color CMYK) of #cd44cc color hex is 0.00, 0.67, 0.00, 0.20. Web safe color of #cd44cc is #cc33cc. Color #cd44cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000100 11001100
Octal 315 104 314
Decimal 205 68 204
Hex CD 44 CC

RGB Percentages of Color #cd44cc

%42.98
%14.26
%42.77

CMYK Percentages of Color #cd44cc

%0
%67
%0
%20

Triadic Colors of #cd44cc

#cd44cc #cccd44 #44cccd

Analogous Colors of #cd44cc

#cd44cc #cd4488 #8a44cd

Monochromatic Colors of #cd44cc

#cd44cc

Complementary Color

#cd44cc #44cd45

#cd44cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd44cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd44cc Color CSS Codes

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

#cd44cc Text Font Color

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

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


#cd44cc Background Color

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

This div background color is #cd44cc


#cd44cc Border Color

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

This div border color is #cd44cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,68,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 #cd44cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd44cc


Comments

No comments written yet.

Please login to write comment.