Color Hex Logo

#da095a Color Hex

#DA095A
(218,9,90)
0 Favorites   0 Comments

Color spaces of #da095a

RGB 218990
HSL0.940.920.45
HSV337°96°85°
CMYK 0.000.960.59   0.15
XYZ30.856615.839011.1038
Yxy15.83900.53390.2740
Hunter Lab39.798268.748711.3167
CIE-Lab46.762573.114014.7711

#da095a color RGB value is (218,9,90).

#da095a hex color red value is 218, green value is 9 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #da095a hue: 0.94 , saturation: 0.92 and the lightness value of da095a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001001 01011010
Octal 332 11 132
Decimal 218 9 90
Hex DA 9 5A

RGB Percentages of Color #da095a

%68.77
%2.84
%28.39

CMYK Percentages of Color #da095a

%0
%96
%59
%15

Triadic Colors of #da095a

#da095a #5ada09 #095ada

Analogous Colors of #da095a

#da095a #da2109 #da09c3

Monochromatic Colors of #da095a

#da095a

Complementary Color

#da095a #09da89

#da095a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da095a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da095a Color CSS Codes

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

#da095a Text Font Color

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

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


#da095a Background Color

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

This div background color is #da095a


#da095a Border Color

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

This div border color is #da095a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da095a


Comments

No comments written yet.

Please login to write comment.