Color Hex Logo

#d2135b Color Hex

#D2135B
(210,19,91)
0 Favorites   0 Comments

Color spaces of #d2135b

RGB 2101991
HSL0.940.830.45
HSV337°91°82°
CMYK 0.000.910.57   0.18
XYZ28.699514.922711.2653
Yxy14.92270.52290.2719
Hunter Lab38.629965.01159.7507
CIE-Lab45.528170.232912.1919

#d2135b color RGB value is (210,19,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010011 01011011
Octal 322 23 133
Decimal 210 19 91
Hex D2 13 5B

RGB Percentages of Color #d2135b

%65.63
%5.94
%28.44

CMYK Percentages of Color #d2135b

%0
%91
%57
%18

Triadic Colors of #d2135b

#d2135b #5bd213 #135bd2

Analogous Colors of #d2135b

#d2135b #d22b13 #d213bb

Monochromatic Colors of #d2135b

#d2135b

Complementary Color

#d2135b #13d28a

#d2135b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2135b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2135b Color CSS Codes

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

#d2135b Text Font Color

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

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


#d2135b Background Color

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

This div background color is #d2135b


#d2135b Border Color

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

This div border color is #d2135b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2135b


Comments

No comments written yet.

Please login to write comment.