Color Hex Logo

#eda4eb Color Hex

#EDA4EB
(237,164,235)
0 Favorites   0 Comments

Color spaces of #eda4eb

RGB 237164235
HSL0.840.670.79
HSV302°31°93°
CMYK 0.000.310.01   0.07
XYZ63.195950.553685.0243
Yxy50.55360.31790.2543
Hunter Lab71.101134.2272-21.1296
CIE-Lab76.407838.0926-24.8485

#eda4eb color RGB value is (237,164,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 11101011
Octal 355 244 353
Decimal 237 164 235
Hex ED A4 EB

RGB Percentages of Color #eda4eb

%37.26
%25.79
%36.95

CMYK Percentages of Color #eda4eb

%0
%31
%1
%7

Triadic Colors of #eda4eb

#eda4eb #ebeda4 #a4ebed

Analogous Colors of #eda4eb

#eda4eb #eda4c7 #cba4ed

Monochromatic Colors of #eda4eb

#eda4eb

Complementary Color

#eda4eb #a4eda6

#eda4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda4eb Color CSS Codes

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

#eda4eb Text Font Color

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

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


#eda4eb Background Color

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

This div background color is #eda4eb


#eda4eb Border Color

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

This div border color is #eda4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda4eb


Comments

No comments written yet.

Please login to write comment.