Color Hex Logo

#eda5eb Color Hex

#EDA5EB
(237,165,235)
0 Favorites   0 Comments

Color spaces of #eda5eb

RGB 237165235
HSL0.840.670.79
HSV302°30°93°
CMYK 0.000.300.01   0.07
XYZ63.375650.913085.0842
Yxy50.91300.31790.2554
Hunter Lab71.353333.6742-20.7521
CIE-Lab76.626337.5641-24.5151

#eda5eb color RGB value is (237,165,235).

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

The process color (four color CMYK) of #eda5eb color hex is 0.00, 0.30, 0.01, 0.07. Web safe color of #eda5eb is #ff99ff. Color #eda5eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100101 11101011
Octal 355 245 353
Decimal 237 165 235
Hex ED A5 EB

RGB Percentages of Color #eda5eb

%37.21
%25.90
%36.89

CMYK Percentages of Color #eda5eb

%0
%30
%1
%7

Triadic Colors of #eda5eb

#eda5eb #ebeda5 #a5ebed

Analogous Colors of #eda5eb

#eda5eb #eda5c7 #cba5ed

Monochromatic Colors of #eda5eb

#eda5eb

Complementary Color

#eda5eb #a5eda7

#eda5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda5eb Color CSS Codes

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

#eda5eb Text Font Color

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

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


#eda5eb Background Color

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

This div background color is #eda5eb


#eda5eb Border Color

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

This div border color is #eda5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda5eb


Comments

No comments written yet.

Please login to write comment.