Color Hex Logo

#da71eb Color Hex

#DA71EB
(218,113,235)
0 Favorites   0 Comments

Color spaces of #da71eb

RGB 218113235
HSL0.810.750.68
HSV292°52°92°
CMYK 0.070.520.00   0.08
XYZ49.814032.713882.2862
Yxy32.71380.30220.1985
Hunter Lab57.196055.3690-45.2616
CIE-Lab63.928558.6068-44.3659

#da71eb color RGB value is (218,113,235).

#da71eb hex color red value is 218, green value is 113 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #da71eb hue: 0.81 , saturation: 0.75 and the lightness value of da71eb is 0.68.

The process color (four color CMYK) of #da71eb color hex is 0.07, 0.52, 0.00, 0.08. Web safe color of #da71eb is #cc66ff. Color #da71eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110001 11101011
Octal 332 161 353
Decimal 218 113 235
Hex DA 71 EB

RGB Percentages of Color #da71eb

%38.52
%19.96
%41.52

CMYK Percentages of Color #da71eb

%7
%52
%0
%8

Triadic Colors of #da71eb

#da71eb #ebda71 #71ebda

Analogous Colors of #da71eb

#da71eb #eb71bf #9d71eb

Monochromatic Colors of #da71eb

#da71eb

Complementary Color

#da71eb #82eb71

#da71eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da71eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da71eb Color CSS Codes

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

#da71eb Text Font Color

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

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


#da71eb Background Color

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

This div background color is #da71eb


#da71eb Border Color

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

This div border color is #da71eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da71eb


Comments

No comments written yet.

Please login to write comment.