Color Hex Logo

#eda3ec Color Hex

#EDA3EC
(237,163,236)
0 Favorites   0 Comments

Color spaces of #eda3ec

RGB 237163236
HSL0.840.670.78
HSV301°31°93°
CMYK 0.000.310.00   0.07
XYZ63.162650.255085.7280
Yxy50.25500.31720.2524
Hunter Lab70.890834.9820-22.0757
CIE-Lab76.225538.8017-25.6695

#eda3ec color RGB value is (237,163,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100011 11101100
Octal 355 243 354
Decimal 237 163 236
Hex ED A3 EC

RGB Percentages of Color #eda3ec

%37.26
%25.63
%37.11

CMYK Percentages of Color #eda3ec

%0
%31
%0
%7

Triadic Colors of #eda3ec

#eda3ec #eceda3 #a3eced

Analogous Colors of #eda3ec

#eda3ec #eda3c7 #c9a3ed

Monochromatic Colors of #eda3ec

#eda3ec

Complementary Color

#eda3ec #a3eda4

#eda3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda3ec Color CSS Codes

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

#eda3ec Text Font Color

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

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


#eda3ec Background Color

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

This div background color is #eda3ec


#eda3ec Border Color

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

This div border color is #eda3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda3ec


Comments

No comments written yet.

Please login to write comment.