Color Hex Logo

#da155d Color Hex

#DA155D
(218,21,93)
0 Favorites   0 Comments

Color spaces of #da155d

RGB 2182193
HSL0.940.820.47
HSV338°90°85°
CMYK 0.000.900.57   0.15
XYZ31.157416.232111.8469
Yxy16.23210.52600.2740
Hunter Lab40.289167.536410.7683
CIE-Lab47.277572.007313.6194

#da155d color RGB value is (218,21,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010101 01011101
Octal 332 25 135
Decimal 218 21 93
Hex DA 15 5D

RGB Percentages of Color #da155d

%65.66
%6.33
%28.01

CMYK Percentages of Color #da155d

%0
%90
%57
%15

Triadic Colors of #da155d

#da155d #5dda15 #155dda

Analogous Colors of #da155d

#da155d #da3015 #da15c0

Monochromatic Colors of #da155d

#da155d

Complementary Color

#da155d #15da92

#da155d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da155d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da155d Color CSS Codes

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

#da155d Text Font Color

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

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


#da155d Background Color

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

This div background color is #da155d


#da155d Border Color

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

This div border color is #da155d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da155d


Comments

No comments written yet.

Please login to write comment.