Color Hex Logo

#da77ea Color Hex

#DA77EA
(218,119,234)
0 Favorites   0 Comments

Color spaces of #da77ea

RGB 218119234
HSL0.810.730.69
HSV292°49°92°
CMYK 0.070.490.00   0.08
XYZ50.361634.039681.7579
Yxy34.03960.30310.2049
Hunter Lab58.343551.9787-42.2439
CIE-Lab64.994055.4859-42.1382

#da77ea color RGB value is (218,119,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110111 11101010
Octal 332 167 352
Decimal 218 119 234
Hex DA 77 EA

RGB Percentages of Color #da77ea

%38.18
%20.84
%40.98

CMYK Percentages of Color #da77ea

%7
%49
%0
%8

Triadic Colors of #da77ea

#da77ea #eada77 #77eada

Analogous Colors of #da77ea

#da77ea #ea77c1 #a177ea

Monochromatic Colors of #da77ea

#da77ea

Complementary Color

#da77ea #87ea77

#da77ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da77ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#da77ea Color CSS Codes

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

#da77ea Text Font Color

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

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


#da77ea Background Color

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

This div background color is #da77ea


#da77ea Border Color

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

This div border color is #da77ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da77ea


Comments

No comments written yet.

Please login to write comment.