Color Hex Logo

#cd58bc Color Hex

#CD58BC
(205,88,188)
0 Favorites   0 Comments

Color spaces of #cd58bc

RGB 20588188
HSL0.860.540.57
HSV309°57°80°
CMYK 0.000.570.08   0.20
XYZ37.743723.589450.1409
Yxy23.58940.33860.2116
Hunter Lab48.568953.7197-27.2107
CIE-Lab55.674358.5714-30.8686

#cd58bc color RGB value is (205,88,188).

#cd58bc hex color red value is 205, green value is 88 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cd58bc hue: 0.86 , saturation: 0.54 and the lightness value of cd58bc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011000 10111100
Octal 315 130 274
Decimal 205 88 188
Hex CD 58 BC

RGB Percentages of Color #cd58bc

%42.62
%18.30
%39.09

CMYK Percentages of Color #cd58bc

%0
%57
%8
%20

Triadic Colors of #cd58bc

#cd58bc #bccd58 #58bccd

Analogous Colors of #cd58bc

#cd58bc #cd5882 #a458cd

Monochromatic Colors of #cd58bc

#cd58bc

Complementary Color

#cd58bc #58cd69

#cd58bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd58bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd58bc Color CSS Codes

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

#cd58bc Text Font Color

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

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


#cd58bc Background Color

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

This div background color is #cd58bc


#cd58bc Border Color

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

This div border color is #cd58bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd58bc


Comments

No comments written yet.

Please login to write comment.