Color Hex Logo

#d2137a Color Hex

#D2137A
(210,19,122)
0 Favorites   0 Comments

Color spaces of #d2137a

RGB 21019122
HSL0.910.830.45
HSV328°91°82°
CMYK 0.000.910.42   0.18
XYZ30.324115.572519.8199
Yxy15.57250.46140.2370
Hunter Lab39.462068.1076-2.1552
CIE-Lab46.408672.6516-5.7462

#d2137a color RGB value is (210,19,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010011 01111010
Octal 322 23 172
Decimal 210 19 122
Hex D2 13 7A

RGB Percentages of Color #d2137a

%59.83
%5.41
%34.76

CMYK Percentages of Color #d2137a

%0
%91
%42
%18

Triadic Colors of #d2137a

#d2137a #7ad213 #137ad2

Analogous Colors of #d2137a

#d2137a #d2131a #cb13d2

Monochromatic Colors of #d2137a

#d2137a

Complementary Color

#d2137a #13d26b

#d2137a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2137a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2137a Color CSS Codes

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

#d2137a Text Font Color

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

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


#d2137a Background Color

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

This div background color is #d2137a


#d2137a Border Color

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

This div border color is #d2137a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2137a


Comments

No comments written yet.

Please login to write comment.