Color Hex Logo

#da139a Color Hex

#DA139A
(218,19,154)
0 Favorites   0 Comments

Color spaces of #da139a

RGB 21819154
HSL0.890.840.46
HSV319°91°85°
CMYK 0.000.910.29   0.15
XYZ34.979017.704332.1455
Yxy17.70430.41230.2087
Hunter Lab42.076574.7567-15.8427
CIE-Lab49.135577.5543-20.8706

#da139a color RGB value is (218,19,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010011 10011010
Octal 332 23 232
Decimal 218 19 154
Hex DA 13 9A

RGB Percentages of Color #da139a

%55.75
%4.86
%39.39

CMYK Percentages of Color #da139a

%0
%91
%29
%15

Triadic Colors of #da139a

#da139a #9ada13 #139ada

Analogous Colors of #da139a

#da139a #da1337 #b713da

Monochromatic Colors of #da139a

#da139a

Complementary Color

#da139a #13da53

#da139a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da139a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da139a Color CSS Codes

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

#da139a Text Font Color

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

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


#da139a Background Color

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

This div background color is #da139a


#da139a Border Color

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

This div border color is #da139a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da139a


Comments

No comments written yet.

Please login to write comment.