Color Hex Logo

#cd258c Color Hex

#CD258C
(205,37,140)
0 Favorites   0 Comments

Color spaces of #cd258c

RGB 20537140
HSL0.900.690.47
HSV323°82°80°
CMYK 0.000.820.32   0.20
XYZ30.572016.195726.3257
Yxy16.19570.41830.2216
Hunter Lab40.243965.1740-10.6141
CIE-Lab47.230270.0385-15.5782

#cd258c color RGB value is (205,37,140).

#cd258c hex color red value is 205, green value is 37 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #cd258c hue: 0.90 , saturation: 0.69 and the lightness value of cd258c is 0.47.

The process color (four color CMYK) of #cd258c color hex is 0.00, 0.82, 0.32, 0.20. Web safe color of #cd258c is #cc3399. Color #cd258c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00100101 10001100
Octal 315 45 214
Decimal 205 37 140
Hex CD 25 8C

RGB Percentages of Color #cd258c

%53.66
%9.69
%36.65

CMYK Percentages of Color #cd258c

%0
%82
%32
%20

Triadic Colors of #cd258c

#cd258c #8ccd25 #258ccd

Analogous Colors of #cd258c

#cd258c #cd2538 #ba25cd

Monochromatic Colors of #cd258c

#cd258c

Complementary Color

#cd258c #25cd66

#cd258c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd258c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd258c Color CSS Codes

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

#cd258c Text Font Color

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

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


#cd258c Background Color

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

This div background color is #cd258c


#cd258c Border Color

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

This div border color is #cd258c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd258c


Comments

No comments written yet.

Please login to write comment.