Color Hex Logo

#d0139f Color Hex

#D0139F
(208,19,159)
0 Favorites   0 Comments

Color spaces of #d0139f

RGB 20819159
HSL0.880.830.45
HSV316°91°82°
CMYK 0.000.910.24   0.18
XYZ32.503316.378834.2492
Yxy16.37880.39100.1970
Hunter Lab40.470772.5351-21.8459
CIE-Lab47.467676.0824-26.5902

#d0139f color RGB value is (208,19,159).

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

The process color (four color CMYK) of #d0139f color hex is 0.00, 0.91, 0.24, 0.18. Web safe color of #d0139f is #cc0099. Color #d0139f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010011 10011111
Octal 320 23 237
Decimal 208 19 159
Hex D0 13 9F

RGB Percentages of Color #d0139f

%53.89
%4.92
%41.19

CMYK Percentages of Color #d0139f

%0
%91
%24
%18

Triadic Colors of #d0139f

#d0139f #9fd013 #139fd0

Analogous Colors of #d0139f

#d0139f #d01341 #a313d0

Monochromatic Colors of #d0139f

#d0139f

Complementary Color

#d0139f #13d044

#d0139f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0139f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0139f Color CSS Codes

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

#d0139f Text Font Color

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

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


#d0139f Background Color

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

This div background color is #d0139f


#d0139f Border Color

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

This div border color is #d0139f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0139f


Comments

No comments written yet.

Please login to write comment.