Color Hex Logo

#eda1cd Color Hex

#EDA1CD
(237,161,205)
0 Favorites   0 Comments

Color spaces of #eda1cd

RGB 237161205
HSL0.900.680.78
HSV325°32°93°
CMYK 0.000.320.14   0.07
XYZ58.689447.902063.9104
Yxy47.90200.34420.2809
Hunter Lab69.211330.2437-6.3011
CIE-Lab74.763134.5518-10.9678

#eda1cd color RGB value is (237,161,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100001 11001101
Octal 355 241 315
Decimal 237 161 205
Hex ED A1 CD

RGB Percentages of Color #eda1cd

%39.30
%26.70
%34.00

CMYK Percentages of Color #eda1cd

%0
%32
%14
%7

Triadic Colors of #eda1cd

#eda1cd #cdeda1 #a1cded

Analogous Colors of #eda1cd

#eda1cd #eda1a7 #e7a1ed

Monochromatic Colors of #eda1cd

#eda1cd

Complementary Color

#eda1cd #a1edc1

#eda1cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda1cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda1cd Color CSS Codes

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

#eda1cd Text Font Color

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

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


#eda1cd Background Color

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

This div background color is #eda1cd


#eda1cd Border Color

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

This div border color is #eda1cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda1cd


Comments

No comments written yet.

Please login to write comment.