Color Hex Logo

#eda7ef Color Hex

#EDA7EF
(237,167,239)
0 Favorites   0 Comments

Color spaces of #eda7ef

RGB 237167239
HSL0.830.690.80
HSV298°30°94°
CMYK 0.010.300.00   0.06
XYZ64.323851.874088.2838
Yxy51.87400.31460.2537
Hunter Lab72.023633.3758-22.2589
CIE-Lab77.205437.2355-25.7973

#eda7ef color RGB value is (237,167,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100111 11101111
Octal 355 247 357
Decimal 237 167 239
Hex ED A7 EF

RGB Percentages of Color #eda7ef

%36.86
%25.97
%37.17

CMYK Percentages of Color #eda7ef

%1
%30
%0
%6

Triadic Colors of #eda7ef

#eda7ef #efeda7 #a7efed

Analogous Colors of #eda7ef

#eda7ef #efa7cd #c9a7ef

Monochromatic Colors of #eda7ef

#eda7ef

Complementary Color

#eda7ef #a9efa7

#eda7ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda7ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda7ef Color CSS Codes

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

#eda7ef Text Font Color

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

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


#eda7ef Background Color

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

This div background color is #eda7ef


#eda7ef Border Color

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

This div border color is #eda7ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,167,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 #eda7ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda7ef


Comments

No comments written yet.

Please login to write comment.