Color Hex Logo

#d4137b Color Hex

#D4137B
(212,19,123)
0 Favorites   0 Comments

Color spaces of #d4137b

RGB 21219123
HSL0.910.840.45
HSV328°91°83°
CMYK 0.000.910.42   0.17
XYZ30.959415.892920.1748
Yxy15.89290.46190.2371
Hunter Lab39.865968.8557-2.0986
CIE-Lab46.833773.1887-5.6858

#d4137b color RGB value is (212,19,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010011 01111011
Octal 324 23 173
Decimal 212 19 123
Hex D4 13 7B

RGB Percentages of Color #d4137b

%59.89
%5.37
%34.75

CMYK Percentages of Color #d4137b

%0
%91
%42
%17

Triadic Colors of #d4137b

#d4137b #7bd413 #137bd4

Analogous Colors of #d4137b

#d4137b #d4131a #cd13d4

Monochromatic Colors of #d4137b

#d4137b

Complementary Color

#d4137b #13d46c

#d4137b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4137b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4137b Color CSS Codes

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

#d4137b Text Font Color

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

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


#d4137b Background Color

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

This div background color is #d4137b


#d4137b Border Color

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

This div border color is #d4137b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4137b


Comments

No comments written yet.

Please login to write comment.