Color Hex Logo

#eda0fc Color Hex

#EDA0FC
(237,160,252)
0 Favorites   0 Comments

Color spaces of #eda0fc

RGB 237160252
HSL0.810.940.81
HSV290°37°99°
CMYK 0.060.370.00   0.01
XYZ65.066550.174498.3507
Yxy50.17440.30460.2349
Hunter Lab70.833940.0070-32.7386
CIE-Lab76.176243.3550-34.4070

#eda0fc color RGB value is (237,160,252).

#eda0fc hex color red value is 237, green value is 160 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #eda0fc hue: 0.81 , saturation: 0.94 and the lightness value of eda0fc is 0.81.

The process color (four color CMYK) of #eda0fc color hex is 0.06, 0.37, 0.00, 0.01. Web safe color of #eda0fc is #ff99ff. Color #eda0fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100000 11111100
Octal 355 240 374
Decimal 237 160 252
Hex ED A0 FC

RGB Percentages of Color #eda0fc

%36.52
%24.65
%38.83

CMYK Percentages of Color #eda0fc

%6
%37
%0
%1

Triadic Colors of #eda0fc

#eda0fc #fceda0 #a0fced

Analogous Colors of #eda0fc

#eda0fc #fca0dd #bfa0fc

Monochromatic Colors of #eda0fc

#eda0fc

Complementary Color

#eda0fc #affca0

#eda0fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda0fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda0fc Color CSS Codes

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

#eda0fc Text Font Color

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

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


#eda0fc Background Color

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

This div background color is #eda0fc


#eda0fc Border Color

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

This div border color is #eda0fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda0fc


Comments

No comments written yet.

Please login to write comment.