Color Hex Logo

#eda3fe Color Hex

#EDA3FE
(237,163,254)
0 Favorites   0 Comments

Color spaces of #eda3fe

RGB 237163254
HSL0.800.980.82
HSV289°36°100°
CMYK 0.070.360.00   0.00
XYZ65.911651.3547100.2045
Yxy51.35470.30310.2361
Hunter Lab71.662238.7673-32.7411
CIE-Lab76.893442.1633-34.3776

#eda3fe color RGB value is (237,163,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100011 11111110
Octal 355 243 376
Decimal 237 163 254
Hex ED A3 FE

RGB Percentages of Color #eda3fe

%36.24
%24.92
%38.84

CMYK Percentages of Color #eda3fe

%7
%36
%0
%0

Triadic Colors of #eda3fe

#eda3fe #feeda3 #a3feed

Analogous Colors of #eda3fe

#eda3fe #fea3e2 #c0a3fe

Monochromatic Colors of #eda3fe

#eda3fe

Complementary Color

#eda3fe #b4fea3

#eda3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda3fe Color CSS Codes

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

#eda3fe Text Font Color

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

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


#eda3fe Background Color

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

This div background color is #eda3fe


#eda3fe Border Color

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

This div border color is #eda3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda3fe

Related Colors


Comments

No comments written yet.

Please login to write comment.