Color Hex Logo

#d2515b Color Hex

#D2515B
(210,81,91)
0 Favorites   0 Comments

Color spaces of #d2515b

RGB 2108191
HSL0.990.590.57
HSV355°61°82°
CMYK 0.000.610.57   0.18
XYZ31.409120.341812.1685
Yxy20.34180.49140.3182
Hunter Lab45.101945.379715.5749
CIE-Lab52.221551.623121.2872

#d2515b color RGB value is (210,81,91).

#d2515b hex color red value is 210, green value is 81 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #d2515b hue: 0.99 , saturation: 0.59 and the lightness value of d2515b is 0.57.

The process color (four color CMYK) of #d2515b color hex is 0.00, 0.61, 0.57, 0.18. Web safe color of #d2515b is #cc6666. Color #d2515b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010001 01011011
Octal 322 121 133
Decimal 210 81 91
Hex D2 51 5B

RGB Percentages of Color #d2515b

%54.97
%21.20
%23.82

CMYK Percentages of Color #d2515b

%0
%61
%57
%18

Triadic Colors of #d2515b

#d2515b #5bd251 #515bd2

Analogous Colors of #d2515b

#d2515b #d28851 #d2519c

Monochromatic Colors of #d2515b

#d2515b

Complementary Color

#d2515b #51d2c8

#d2515b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2515b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2515b Color CSS Codes

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

#d2515b Text Font Color

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

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


#d2515b Background Color

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

This div background color is #d2515b


#d2515b Border Color

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

This div border color is #d2515b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2515b


Comments

No comments written yet.

Please login to write comment.