Color Hex Logo

#da61e1 Color Hex

#DA61E1
(218,97,225)
0 Favorites   0 Comments

Color spaces of #da61e1

RGB 21897225
HSL0.820.680.63
HSV297°57°88°
CMYK 0.030.570.00   0.12
XYZ46.778728.891174.3452
Yxy28.89110.31180.1926
Hunter Lab53.750461.2842-44.3820
CIE-Lab60.685464.2256-43.8980

#da61e1 color RGB value is (218,97,225).

#da61e1 hex color red value is 218, green value is 97 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #da61e1 hue: 0.82 , saturation: 0.68 and the lightness value of da61e1 is 0.63.

The process color (four color CMYK) of #da61e1 color hex is 0.03, 0.57, 0.00, 0.12. Web safe color of #da61e1 is #cc66cc. Color #da61e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100001 11100001
Octal 332 141 341
Decimal 218 97 225
Hex DA 61 E1

RGB Percentages of Color #da61e1

%40.37
%17.96
%41.67

CMYK Percentages of Color #da61e1

%3
%57
%0
%12

Triadic Colors of #da61e1

#da61e1 #e1da61 #61e1da

Analogous Colors of #da61e1

#da61e1 #e161a8 #9a61e1

Monochromatic Colors of #da61e1

#da61e1

Complementary Color

#da61e1 #68e161

#da61e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da61e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da61e1 Color CSS Codes

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

#da61e1 Text Font Color

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

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


#da61e1 Background Color

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

This div background color is #da61e1


#da61e1 Border Color

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

This div border color is #da61e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da61e1


Comments

No comments written yet.

Please login to write comment.