Color Hex Logo

#eda4ff Color Hex

#EDA4FF
(237,164,255)
0 Favorites   0 Comments

Color spaces of #eda4ff

RGB 237164255
HSL0.801.000.82
HSV288°36°100°
CMYK 0.070.360.00   0.00
XYZ66.250551.7754101.1096
Yxy51.77540.30230.2363
Hunter Lab71.955138.4270-32.9443
CIE-Lab77.146341.8301-34.5254

#eda4ff color RGB value is (237,164,255).

#eda4ff hex color red value is 237, green value is 164 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #eda4ff hue: 0.80 , saturation: 1.00 and the lightness value of eda4ff is 0.82.

The process color (four color CMYK) of #eda4ff color hex is 0.07, 0.36, 0.00, 0.00. Web safe color of #eda4ff is #ff99ff. Color #eda4ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 11111111
Octal 355 244 377
Decimal 237 164 255
Hex ED A4 FF

RGB Percentages of Color #eda4ff

%36.13
%25.00
%38.87

CMYK Percentages of Color #eda4ff

%7
%36
%0
%0

Triadic Colors of #eda4ff

#eda4ff #ffeda4 #a4ffed

Analogous Colors of #eda4ff

#eda4ff #ffa4e4 #c0a4ff

Monochromatic Colors of #eda4ff

#eda4ff

Complementary Color

#eda4ff #b6ffa4

#eda4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda4ff Color CSS Codes

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

#eda4ff Text Font Color

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

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


#eda4ff Background Color

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

This div background color is #eda4ff


#eda4ff Border Color

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

This div border color is #eda4ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,164,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eda4ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eda4ff;
  -webkit-box-shadow: 1px 1px 3px 2px #eda4ff;
  box-shadow:         1px 1px 3px 2px #eda4ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,164,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda4ff


Comments

No comments written yet.

Please login to write comment.