Color Hex Logo

#da77eb Color Hex

#DA77EB
(218,119,235)
0 Favorites   0 Comments

Color spaces of #da77eb

RGB 218119235
HSL0.810.740.69
HSV291°49°92°
CMYK 0.070.490.00   0.08
XYZ50.505734.097282.5167
Yxy34.09720.30220.2040
Hunter Lab58.392852.2026-42.9096
CIE-Lab65.039755.6747-42.6201

#da77eb color RGB value is (218,119,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110111 11101011
Octal 332 167 353
Decimal 218 119 235
Hex DA 77 EB

RGB Percentages of Color #da77eb

%38.11
%20.80
%41.08

CMYK Percentages of Color #da77eb

%7
%49
%0
%8

Triadic Colors of #da77eb

#da77eb #ebda77 #77ebda

Analogous Colors of #da77eb

#da77eb #eb77c2 #a077eb

Monochromatic Colors of #da77eb

#da77eb

Complementary Color

#da77eb #88eb77

#da77eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da77eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da77eb Color CSS Codes

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

#da77eb Text Font Color

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

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


#da77eb Background Color

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

This div background color is #da77eb


#da77eb Border Color

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

This div border color is #da77eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da77eb


Comments

No comments written yet.

Please login to write comment.