Color Hex Logo

#cd257f Color Hex

#CD257F
(205,37,127)
0 Favorites   0 Comments

Color spaces of #cd257f

RGB 20537127
HSL0.910.690.47
HSV328°82°80°
CMYK 0.000.820.38   0.20
XYZ29.669215.834621.5713
Yxy15.83460.44230.2361
Hunter Lab39.792763.4512-4.2857
CIE-Lab46.756768.6734-8.3907

#cd257f color RGB value is (205,37,127).

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

The process color (four color CMYK) of #cd257f color hex is 0.00, 0.82, 0.38, 0.20. Web safe color of #cd257f is #cc3366. Color #cd257f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00100101 01111111
Octal 315 45 177
Decimal 205 37 127
Hex CD 25 7F

RGB Percentages of Color #cd257f

%55.56
%10.03
%34.42

CMYK Percentages of Color #cd257f

%0
%82
%38
%20

Triadic Colors of #cd257f

#cd257f #7fcd25 #257fcd

Analogous Colors of #cd257f

#cd257f #cd252b #c725cd

Monochromatic Colors of #cd257f

#cd257f

Complementary Color

#cd257f #25cd73

#cd257f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd257f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd257f Color CSS Codes

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

#cd257f Text Font Color

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

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


#cd257f Background Color

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

This div background color is #cd257f


#cd257f Border Color

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

This div border color is #cd257f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd257f


Comments

No comments written yet.

Please login to write comment.