Color Hex Logo

#cd34cc Color Hex

#CD34CC
(205,52,204)
0 Favorites   0 Comments

Color spaces of #cd34cc

RGB 20552204
HSL0.830.600.50
HSV300°75°80°
CMYK 0.000.750.00   0.20
XYZ37.303919.794858.9814
Yxy19.79480.32140.1705
Hunter Lab44.491371.8040-47.4558
CIE-Lab51.604474.6811-46.4760

#cd34cc color RGB value is (205,52,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110100 11001100
Octal 315 64 314
Decimal 205 52 204
Hex CD 34 CC

RGB Percentages of Color #cd34cc

%44.47
%11.28
%44.25

CMYK Percentages of Color #cd34cc

%0
%75
%0
%20

Triadic Colors of #cd34cc

#cd34cc #cccd34 #34cccd

Analogous Colors of #cd34cc

#cd34cc #cd3480 #8234cd

Monochromatic Colors of #cd34cc

#cd34cc

Complementary Color

#cd34cc #34cd35

#cd34cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd34cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd34cc Color CSS Codes

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

#cd34cc Text Font Color

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

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


#cd34cc Background Color

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

This div background color is #cd34cc


#cd34cc Border Color

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

This div border color is #cd34cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd34cc


Comments

No comments written yet.

Please login to write comment.