Color Hex Logo

#dc515b Color Hex

#DC515B
(220,81,91)
0 Favorites   0 Comments

Color spaces of #dc515b

RGB 2208191
HSL0.990.670.59
HSV356°63°86°
CMYK 0.000.630.59   0.14
XYZ34.346021.855812.3059
Yxy21.85580.50130.3190
Hunter Lab46.750249.325917.1184
CIE-Lab53.873754.956423.7745

#dc515b color RGB value is (220,81,91).

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

The process color (four color CMYK) of #dc515b color hex is 0.00, 0.63, 0.59, 0.14. Web safe color of #dc515b is #cc6666. Color #dc515b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010001 01011011
Octal 334 121 133
Decimal 220 81 91
Hex DC 51 5B

RGB Percentages of Color #dc515b

%56.12
%20.66
%23.21

CMYK Percentages of Color #dc515b

%0
%63
%59
%14

Triadic Colors of #dc515b

#dc515b #5bdc51 #515bdc

Analogous Colors of #dc515b

#dc515b #dc8d51 #dc51a1

Monochromatic Colors of #dc515b

#dc515b

Complementary Color

#dc515b #51dcd2

#dc515b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc515b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc515b Color CSS Codes

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

#dc515b Text Font Color

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

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


#dc515b Background Color

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

This div background color is #dc515b


#dc515b Border Color

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

This div border color is #dc515b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,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 #dc515b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc515b


Comments

No comments written yet.

Please login to write comment.