Color Hex Logo

#da195e Color Hex

#DA195E
(218,25,94)
0 Favorites   0 Comments

Color spaces of #da195e

RGB 2182594
HSL0.940.790.48
HSV339°89°85°
CMYK 0.000.890.57   0.15
XYZ31.281516.408812.1082
Yxy16.40880.52310.2744
Hunter Lab40.507866.955210.6330
CIE-Lab47.506371.478313.3170

#da195e color RGB value is (218,25,94).

#da195e hex color red value is 218, green value is 25 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #da195e hue: 0.94 , saturation: 0.79 and the lightness value of da195e is 0.48.

The process color (four color CMYK) of #da195e color hex is 0.00, 0.89, 0.57, 0.15. Web safe color of #da195e is #cc0066. Color #da195e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011001 01011110
Octal 332 31 136
Decimal 218 25 94
Hex DA 19 5E

RGB Percentages of Color #da195e

%64.69
%7.42
%27.89

CMYK Percentages of Color #da195e

%0
%89
%57
%15

Triadic Colors of #da195e

#da195e #5eda19 #195eda

Analogous Colors of #da195e

#da195e #da3519 #da19bf

Monochromatic Colors of #da195e

#da195e

Complementary Color

#da195e #19da95

#da195e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da195e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da195e Color CSS Codes

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

#da195e Text Font Color

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

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


#da195e Background Color

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

This div background color is #da195e


#da195e Border Color

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

This div border color is #da195e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da195e


Comments

No comments written yet.

Please login to write comment.