Color Hex Logo

#d8148b Color Hex

#D8148B
(216,20,139)
0 Favorites   0 Comments

Color spaces of #d8148b

RGB 21620139
HSL0.900.830.46
HSV324°91°85°
CMYK 0.000.910.36   0.15
XYZ33.229316.963325.9490
Yxy16.96330.43640.2228
Hunter Lab41.186571.9374-8.5243
CIE-Lab48.213875.4503-13.2852

#d8148b color RGB value is (216,20,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010100 10001011
Octal 330 24 213
Decimal 216 20 139
Hex D8 14 8B

RGB Percentages of Color #d8148b

%57.60
%5.33
%37.07

CMYK Percentages of Color #d8148b

%0
%91
%36
%15

Triadic Colors of #d8148b

#d8148b #8bd814 #148bd8

Analogous Colors of #d8148b

#d8148b #d81429 #c314d8

Monochromatic Colors of #d8148b

#d8148b

Complementary Color

#d8148b #14d861

#d8148b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8148b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8148b Color CSS Codes

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

#d8148b Text Font Color

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

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


#d8148b Background Color

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

This div background color is #d8148b


#d8148b Border Color

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

This div border color is #d8148b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8148b


Comments

No comments written yet.

Please login to write comment.