Color Hex Logo

#d0152f Color Hex

#D0152F
(208,21,47)
0 Favorites   0 Comments

Color spaces of #d0152f

RGB 2082147
HSL0.980.820.45
HSV352°90°82°
CMYK 0.000.900.77   0.18
XYZ26.793714.15154.0086
Yxy14.15150.59600.3148
Hunter Lab37.618561.304020.0150
CIE-Lab44.449467.286837.6896

#d0152f color RGB value is (208,21,47).

#d0152f hex color red value is 208, green value is 21 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #d0152f hue: 0.98 , saturation: 0.82 and the lightness value of d0152f is 0.45.

The process color (four color CMYK) of #d0152f color hex is 0.00, 0.90, 0.77, 0.18. Web safe color of #d0152f is #cc0033. Color #d0152f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010101 00101111
Octal 320 25 57
Decimal 208 21 47
Hex D0 15 2F

RGB Percentages of Color #d0152f

%75.36
%7.61
%17.03

CMYK Percentages of Color #d0152f

%0
%90
%77
%18

Triadic Colors of #d0152f

#d0152f #2fd015 #152fd0

Analogous Colors of #d0152f

#d0152f #d05815 #d0158d

Monochromatic Colors of #d0152f

#d0152f

Complementary Color

#d0152f #15d0b6

#d0152f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0152f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0152f Color CSS Codes

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

#d0152f Text Font Color

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

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


#d0152f Background Color

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

This div background color is #d0152f


#d0152f Border Color

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

This div border color is #d0152f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,21,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0152f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0152f;
  -webkit-box-shadow: 1px 1px 3px 2px #d0152f;
  box-shadow:         1px 1px 3px 2px #d0152f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,21,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0152f


Comments

No comments written yet.

Please login to write comment.