Color Hex Logo

#da055a Color Hex

#DA055A
(218,5,90)
0 Favorites   0 Comments

Color spaces of #da055a

RGB 218590
HSL0.930.960.44
HSV336°98°85°
CMYK 0.000.980.59   0.15
XYZ30.813215.752211.0893
Yxy15.75220.53440.2732
Hunter Lab39.689069.125411.2164
CIE-Lab46.647773.447914.6137

#da055a color RGB value is (218,5,90).

#da055a hex color red value is 218, green value is 5 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #da055a hue: 0.93 , saturation: 0.96 and the lightness value of da055a is 0.44.

The process color (four color CMYK) of #da055a color hex is 0.00, 0.98, 0.59, 0.15. Web safe color of #da055a is #cc0066. Color #da055a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000101 01011010
Octal 332 5 132
Decimal 218 5 90
Hex DA 5 5A

RGB Percentages of Color #da055a

%69.65
%1.60
%28.75

CMYK Percentages of Color #da055a

%0
%98
%59
%15

Triadic Colors of #da055a

#da055a #5ada05 #055ada

Analogous Colors of #da055a

#da055a #da1b05 #da05c5

Monochromatic Colors of #da055a

#da055a

Complementary Color

#da055a #05da85

#da055a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da055a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da055a Color CSS Codes

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

#da055a Text Font Color

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

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


#da055a Background Color

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

This div background color is #da055a


#da055a Border Color

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

This div border color is #da055a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da055a


Comments

No comments written yet.

Please login to write comment.