Color Hex Logo

#eda8fa Color Hex

#EDA8FA
(237,168,250)
0 Favorites   0 Comments

Color spaces of #eda8fa

RGB 237168250
HSL0.810.890.82
HSV290°33°98°
CMYK 0.050.330.00   0.02
XYZ66.183052.911997.1673
Yxy52.91190.30600.2447
Hunter Lab72.740635.1122-28.2816
CIE-Lab77.823038.7631-30.7892

#eda8fa color RGB value is (237,168,250).

#eda8fa hex color red value is 237, green value is 168 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #eda8fa hue: 0.81 , saturation: 0.89 and the lightness value of eda8fa is 0.82.

The process color (four color CMYK) of #eda8fa color hex is 0.05, 0.33, 0.00, 0.02. Web safe color of #eda8fa is #ff99ff. Color #eda8fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101000 11111010
Octal 355 250 372
Decimal 237 168 250
Hex ED A8 FA

RGB Percentages of Color #eda8fa

%36.18
%25.65
%38.17

CMYK Percentages of Color #eda8fa

%5
%33
%0
%2

Triadic Colors of #eda8fa

#eda8fa #faeda8 #a8faed

Analogous Colors of #eda8fa

#eda8fa #faa8de #c4a8fa

Monochromatic Colors of #eda8fa

#eda8fa

Complementary Color

#eda8fa #b5faa8

#eda8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda8fa Color CSS Codes

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

#eda8fa Text Font Color

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

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


#eda8fa Background Color

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

This div background color is #eda8fa


#eda8fa Border Color

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

This div border color is #eda8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda8fa


Comments

No comments written yet.

Please login to write comment.