Color Hex Logo

#cd30b2 Color Hex

#CD30B2
(205,48,178)
1 Favorites   0 Comments

Color spaces of #cd30b2

RGB 20548178
HSL0.860.620.50
HSV310°77°80°
CMYK 0.000.770.13   0.20
XYZ34.269718.307443.8469
Yxy18.30740.35540.1899
Hunter Lab42.787168.0893-30.8075
CIE-Lab49.866871.9633-34.1282

#cd30b2 color RGB value is (205,48,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110000 10110010
Octal 315 60 262
Decimal 205 48 178
Hex CD 30 B2

RGB Percentages of Color #cd30b2

%47.56
%11.14
%41.30

CMYK Percentages of Color #cd30b2

%0
%77
%13
%20

Triadic Colors of #cd30b2

#cd30b2 #b2cd30 #30b2cd

Analogous Colors of #cd30b2

#cd30b2 #cd3064 #9a30cd

Monochromatic Colors of #cd30b2

#cd30b2

Complementary Color

#cd30b2 #30cd4b

#cd30b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd30b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd30b2 Color CSS Codes

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

#cd30b2 Text Font Color

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

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


#cd30b2 Background Color

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

This div background color is #cd30b2


#cd30b2 Border Color

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

This div border color is #cd30b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd30b2


Comments

No comments written yet.

Please login to write comment.