Color Hex Logo

#d8318b Color Hex

#D8318B
(216,49,139)
0 Favorites   0 Comments

Color spaces of #d8318b

RGB 21649139
HSL0.910.680.52
HSV328°77°85°
CMYK 0.000.770.36   0.15
XYZ34.077418.659626.2317
Yxy18.65960.43150.2363
Hunter Lab43.196865.2222-5.7668
CIE-Lab50.286669.4873-10.1601

#d8318b color RGB value is (216,49,139).

#d8318b hex color red value is 216, green value is 49 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #d8318b hue: 0.91 , saturation: 0.68 and the lightness value of d8318b is 0.52.

The process color (four color CMYK) of #d8318b color hex is 0.00, 0.77, 0.36, 0.15. Web safe color of #d8318b is #cc3399. Color #d8318b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110001 10001011
Octal 330 61 213
Decimal 216 49 139
Hex D8 31 8B

RGB Percentages of Color #d8318b

%53.47
%12.13
%34.41

CMYK Percentages of Color #d8318b

%0
%77
%36
%15

Triadic Colors of #d8318b

#d8318b #8bd831 #318bd8

Analogous Colors of #d8318b

#d8318b #d83137 #d231d8

Monochromatic Colors of #d8318b

#d8318b

Complementary Color

#d8318b #31d87e

#d8318b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8318b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8318b Color CSS Codes

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

#d8318b Text Font Color

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

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


#d8318b Background Color

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

This div background color is #d8318b


#d8318b Border Color

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

This div border color is #d8318b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8318b


Comments

No comments written yet.

Please login to write comment.