Color Hex Logo

#d8136a Color Hex

#D8136A
(216,19,106)
0 Favorites   0 Comments

Color spaces of #d8136a

RGB 21619106
HSL0.930.840.46
HSV334°91°85°
CMYK 0.000.910.51   0.15
XYZ31.153316.105315.1023
Yxy16.10530.49960.2583
Hunter Lab40.131468.33645.7799
CIE-Lab47.112372.70425.2864

#d8136a color RGB value is (216,19,106).

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

The process color (four color CMYK) of #d8136a color hex is 0.00, 0.91, 0.51, 0.15. Web safe color of #d8136a is #cc0066. Color #d8136a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010011 01101010
Octal 330 23 152
Decimal 216 19 106
Hex D8 13 6A

RGB Percentages of Color #d8136a

%63.34
%5.57
%31.09

CMYK Percentages of Color #d8136a

%0
%91
%51
%15

Triadic Colors of #d8136a

#d8136a #6ad813 #136ad8

Analogous Colors of #d8136a

#d8136a #d81e13 #d813cd

Monochromatic Colors of #d8136a

#d8136a

Complementary Color

#d8136a #13d881

#d8136a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8136a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8136a Color CSS Codes

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

#d8136a Text Font Color

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

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


#d8136a Background Color

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

This div background color is #d8136a


#d8136a Border Color

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

This div border color is #d8136a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8136a


Comments

No comments written yet.

Please login to write comment.