Color Hex Logo

#eda0da Color Hex

#EDA0DA
(237,160,218)
0 Favorites   0 Comments

Color spaces of #eda0da

RGB 237160218
HSL0.870.680.78
HSV315°32°93°
CMYK 0.000.320.08   0.07
XYZ60.150748.208172.4645
Yxy48.20810.33260.2666
Hunter Lab69.432133.1329-13.2771
CIE-Lab74.956037.2251-17.7957

#eda0da color RGB value is (237,160,218).

#eda0da hex color red value is 237, green value is 160 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eda0da hue: 0.87 , saturation: 0.68 and the lightness value of eda0da is 0.78.

The process color (four color CMYK) of #eda0da color hex is 0.00, 0.32, 0.08, 0.07. Web safe color of #eda0da is #ff99cc. Color #eda0da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100000 11011010
Octal 355 240 332
Decimal 237 160 218
Hex ED A0 DA

RGB Percentages of Color #eda0da

%38.54
%26.02
%35.45

CMYK Percentages of Color #eda0da

%0
%32
%8
%7

Triadic Colors of #eda0da

#eda0da #daeda0 #a0daed

Analogous Colors of #eda0da

#eda0da #eda0b4 #daa0ed

Monochromatic Colors of #eda0da

#eda0da

Complementary Color

#eda0da #a0edb3

#eda0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda0da Color CSS Codes

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

#eda0da Text Font Color

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

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


#eda0da Background Color

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

This div background color is #eda0da


#eda0da Border Color

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

This div border color is #eda0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda0da


Comments

No comments written yet.

Please login to write comment.