Color Hex Logo

#d0136a Color Hex

#D0136A
(208,19,106)
0 Favorites   0 Comments

Color spaces of #d0136a

RGB 20819106
HSL0.920.830.45
HSV332°91°82°
CMYK 0.000.910.49   0.18
XYZ28.846814.916214.9944
Yxy14.91620.49090.2539
Hunter Lab38.621565.73594.0163
CIE-Lab45.519270.84432.7868

#d0136a color RGB value is (208,19,106).

#d0136a hex color red value is 208, green value is 19 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #d0136a hue: 0.92 , saturation: 0.83 and the lightness value of d0136a is 0.45.

The process color (four color CMYK) of #d0136a color hex is 0.00, 0.91, 0.49, 0.18. Web safe color of #d0136a is #cc0066. Color #d0136a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010011 01101010
Octal 320 23 152
Decimal 208 19 106
Hex D0 13 6A

RGB Percentages of Color #d0136a

%62.46
%5.71
%31.83

CMYK Percentages of Color #d0136a

%0
%91
%49
%18

Triadic Colors of #d0136a

#d0136a #6ad013 #136ad0

Analogous Colors of #d0136a

#d0136a #d01a13 #d013c9

Monochromatic Colors of #d0136a

#d0136a

Complementary Color

#d0136a #13d079

#d0136a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0136a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0136a Color CSS Codes

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

#d0136a Text Font Color

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

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


#d0136a Background Color

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

This div background color is #d0136a


#d0136a Border Color

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

This div border color is #d0136a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0136a


Comments

No comments written yet.

Please login to write comment.