Color Hex Logo

#d9138b Color Hex

#D9138B
(217,19,139)
0 Favorites   0 Comments

Color spaces of #d9138b

RGB 21719139
HSL0.900.840.46
HSV324°91°85°
CMYK 0.000.910.36   0.15
XYZ33.508317.081525.9571
Yxy17.08150.43770.2232
Hunter Lab41.329872.3926-8.3062
CIE-Lab48.362675.7919-13.0416

#d9138b color RGB value is (217,19,139).

#d9138b hex color red value is 217, green value is 19 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #d9138b hue: 0.90 , saturation: 0.84 and the lightness value of d9138b is 0.46.

The process color (four color CMYK) of #d9138b color hex is 0.00, 0.91, 0.36, 0.15. Web safe color of #d9138b is #cc0099. Color #d9138b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010011 10001011
Octal 331 23 213
Decimal 217 19 139
Hex D9 13 8B

RGB Percentages of Color #d9138b

%57.87
%5.07
%37.07

CMYK Percentages of Color #d9138b

%0
%91
%36
%15

Triadic Colors of #d9138b

#d9138b #8bd913 #138bd9

Analogous Colors of #d9138b

#d9138b #d91328 #c413d9

Monochromatic Colors of #d9138b

#d9138b

Complementary Color

#d9138b #13d961

#d9138b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9138b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9138b Color CSS Codes

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

#d9138b Text Font Color

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

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


#d9138b Background Color

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

This div background color is #d9138b


#d9138b Border Color

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

This div border color is #d9138b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9138b


Comments

No comments written yet.

Please login to write comment.