Color Hex Logo

#da095f Color Hex

#DA095F
(218,9,95)
0 Favorites   0 Comments

Color spaces of #da095f

RGB 218995
HSL0.930.920.45
HSV335°96°85°
CMYK 0.000.960.56   0.15
XYZ31.076715.927012.2628
Yxy15.92700.52440.2687
Hunter Lab39.908669.15719.7179
CIE-Lab46.878673.429111.8270

#da095f color RGB value is (218,9,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001001 01011111
Octal 332 11 137
Decimal 218 9 95
Hex DA 9 5F

RGB Percentages of Color #da095f

%67.70
%2.80
%29.50

CMYK Percentages of Color #da095f

%0
%96
%56
%15

Triadic Colors of #da095f

#da095f #5fda09 #095fda

Analogous Colors of #da095f

#da095f #da1c09 #da09c8

Monochromatic Colors of #da095f

#da095f

Complementary Color

#da095f #09da84

#da095f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da095f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da095f Color CSS Codes

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

#da095f Text Font Color

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

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


#da095f Background Color

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

This div background color is #da095f


#da095f Border Color

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

This div border color is #da095f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da095f


Comments

No comments written yet.

Please login to write comment.