Color Hex Logo

#cd30cc Color Hex

#CD30CC
(205,48,204)
0 Favorites   0 Comments

Color spaces of #cd30cc

RGB 20548204
HSL0.830.620.50
HSV300°77°80°
CMYK 0.000.770.00   0.20
XYZ37.132919.452758.9244
Yxy19.45270.32150.1684
Hunter Lab44.105273.0979-48.3376
CIE-Lab51.212775.8093-47.0988

#cd30cc color RGB value is (205,48,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110000 11001100
Octal 315 60 314
Decimal 205 48 204
Hex CD 30 CC

RGB Percentages of Color #cd30cc

%44.86
%10.50
%44.64

CMYK Percentages of Color #cd30cc

%0
%77
%0
%20

Triadic Colors of #cd30cc

#cd30cc #cccd30 #30cccd

Analogous Colors of #cd30cc

#cd30cc #cd307e #8030cd

Monochromatic Colors of #cd30cc

#cd30cc

Complementary Color

#cd30cc #30cd31

#cd30cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd30cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd30cc Color CSS Codes

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

#cd30cc Text Font Color

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

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


#cd30cc Background Color

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

This div background color is #cd30cc


#cd30cc Border Color

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

This div border color is #cd30cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd30cc


Comments

No comments written yet.

Please login to write comment.