Color Hex Logo

#da158a Color Hex

#DA158A
(218,21,138)
0 Favorites   0 Comments

Color spaces of #da158a

RGB 21821138
HSL0.900.820.47
HSV324°90°85°
CMYK 0.000.900.37   0.15
XYZ33.769117.276725.5997
Yxy17.27670.44060.2254
Hunter Lab41.565272.2806-7.4206
CIE-Lab48.606875.6532-12.0487

#da158a color RGB value is (218,21,138).

#da158a hex color red value is 218, green value is 21 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #da158a hue: 0.90 , saturation: 0.82 and the lightness value of da158a is 0.47.

The process color (four color CMYK) of #da158a color hex is 0.00, 0.90, 0.37, 0.15. Web safe color of #da158a is #cc0099. Color #da158a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010101 10001010
Octal 332 25 212
Decimal 218 21 138
Hex DA 15 8A

RGB Percentages of Color #da158a

%57.82
%5.57
%36.60

CMYK Percentages of Color #da158a

%0
%90
%37
%15

Triadic Colors of #da158a

#da158a #8ada15 #158ada

Analogous Colors of #da158a

#da158a #da1528 #c815da

Monochromatic Colors of #da158a

#da158a

Complementary Color

#da158a #15da65

#da158a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da158a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da158a Color CSS Codes

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

#da158a Text Font Color

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

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


#da158a Background Color

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

This div background color is #da158a


#da158a Border Color

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

This div border color is #da158a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da158a


Comments

No comments written yet.

Please login to write comment.