Color Hex Logo

#eda5ef Color Hex

#EDA5EF
(237,165,239)
0 Favorites   0 Comments

Color spaces of #eda5ef

RGB 237165239
HSL0.830.700.79
HSV298°31°94°
CMYK 0.010.310.00   0.06
XYZ63.960251.146888.1626
Yxy51.14680.31470.2516
Hunter Lab71.517034.4842-23.0279
CIE-Lab76.767838.2929-26.4664

#eda5ef color RGB value is (237,165,239).

#eda5ef hex color red value is 237, green value is 165 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eda5ef hue: 0.83 , saturation: 0.70 and the lightness value of eda5ef is 0.79.

The process color (four color CMYK) of #eda5ef color hex is 0.01, 0.31, 0.00, 0.06. Web safe color of #eda5ef is #ff99ff. Color #eda5ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100101 11101111
Octal 355 245 357
Decimal 237 165 239
Hex ED A5 EF

RGB Percentages of Color #eda5ef

%36.97
%25.74
%37.29

CMYK Percentages of Color #eda5ef

%1
%31
%0
%6

Triadic Colors of #eda5ef

#eda5ef #efeda5 #a5efed

Analogous Colors of #eda5ef

#eda5ef #efa5cc #c8a5ef

Monochromatic Colors of #eda5ef

#eda5ef

Complementary Color

#eda5ef #a7efa5

#eda5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda5ef Color CSS Codes

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

#eda5ef Text Font Color

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

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


#eda5ef Background Color

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

This div background color is #eda5ef


#eda5ef Border Color

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

This div border color is #eda5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda5ef


Comments

No comments written yet.

Please login to write comment.