Color Hex Logo

#d0135b Color Hex

#D0135B
(208,19,91)
0 Favorites   0 Comments

Color spaces of #d0135b

RGB 2081991
HSL0.940.830.45
HSV337°91°82°
CMYK 0.000.910.56   0.18
XYZ28.133614.631011.2388
Yxy14.63100.52100.2709
Hunter Lab38.250564.35019.3547
CIE-Lab45.124669.752911.5699

#d0135b color RGB value is (208,19,91).

#d0135b hex color red value is 208, green value is 19 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #d0135b hue: 0.94 , saturation: 0.83 and the lightness value of d0135b is 0.45.

The process color (four color CMYK) of #d0135b color hex is 0.00, 0.91, 0.56, 0.18. Web safe color of #d0135b is #cc0066. Color #d0135b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010011 01011011
Octal 320 23 133
Decimal 208 19 91
Hex D0 13 5B

RGB Percentages of Color #d0135b

%65.41
%5.97
%28.62

CMYK Percentages of Color #d0135b

%0
%91
%56
%18

Triadic Colors of #d0135b

#d0135b #5bd013 #135bd0

Analogous Colors of #d0135b

#d0135b #d02a13 #d013ba

Monochromatic Colors of #d0135b

#d0135b

Complementary Color

#d0135b #13d088

#d0135b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0135b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0135b Color CSS Codes

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

#d0135b Text Font Color

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

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


#d0135b Background Color

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

This div background color is #d0135b


#d0135b Border Color

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

This div border color is #d0135b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0135b


Comments

No comments written yet.

Please login to write comment.