Color Hex Logo

#cd515f Color Hex

#CD515F
(205,81,95)
0 Favorites   0 Comments

Color spaces of #cd515f

RGB 2058195
HSL0.980.550.56
HSV353°60°80°
CMYK 0.000.600.54   0.20
XYZ30.184819.690213.0361
Yxy19.69020.47980.3130
Hunter Lab44.373643.769313.6433
CIE-Lab51.485150.245917.7804

#cd515f color RGB value is (205,81,95).

#cd515f hex color red value is 205, green value is 81 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cd515f hue: 0.98 , saturation: 0.55 and the lightness value of cd515f is 0.56.

The process color (four color CMYK) of #cd515f color hex is 0.00, 0.60, 0.54, 0.20. Web safe color of #cd515f is #cc6666. Color #cd515f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010001 01011111
Octal 315 121 137
Decimal 205 81 95
Hex CD 51 5F

RGB Percentages of Color #cd515f

%53.81
%21.26
%24.93

CMYK Percentages of Color #cd515f

%0
%60
%54
%20

Triadic Colors of #cd515f

#cd515f #5fcd51 #515fcd

Analogous Colors of #cd515f

#cd515f #cd8151 #cd519d

Monochromatic Colors of #cd515f

#cd515f

Complementary Color

#cd515f #51cdbf

#cd515f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd515f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd515f Color CSS Codes

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

#cd515f Text Font Color

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

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


#cd515f Background Color

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

This div background color is #cd515f


#cd515f Border Color

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

This div border color is #cd515f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd515f


Comments

No comments written yet.

Please login to write comment.