Color Hex Logo

#da145e Color Hex

#DA145E
(218,20,94)
0 Favorites   0 Comments

Color spaces of #da145e

RGB 2182094
HSL0.940.830.47
HSV338°91°85°
CMYK 0.000.910.57   0.15
XYZ31.184016.213912.0757
Yxy16.21390.52430.2726
Hunter Lab40.266567.771310.4058
CIE-Lab47.253972.207312.9678

#da145e color RGB value is (218,20,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010100 01011110
Octal 332 24 136
Decimal 218 20 94
Hex DA 14 5E

RGB Percentages of Color #da145e

%65.66
%6.02
%28.31

CMYK Percentages of Color #da145e

%0
%91
%57
%15

Triadic Colors of #da145e

#da145e #5eda14 #145eda

Analogous Colors of #da145e

#da145e #da2d14 #da14c1

Monochromatic Colors of #da145e

#da145e

Complementary Color

#da145e #14da90

#da145e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da145e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da145e Color CSS Codes

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

#da145e Text Font Color

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

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


#da145e Background Color

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

This div background color is #da145e


#da145e Border Color

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

This div border color is #da145e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da145e


Comments

No comments written yet.

Please login to write comment.