Color Hex Logo

#eda3fc Color Hex

#EDA3FC
(237,163,252)
0 Favorites   0 Comments

Color spaces of #eda3fc

RGB 237163252
HSL0.810.940.81
HSV290°35°99°
CMYK 0.060.350.00   0.01
XYZ65.592951.227298.5262
Yxy51.22720.30460.2379
Hunter Lab71.573238.3324-31.5162
CIE-Lab76.816441.7805-33.4180

#eda3fc color RGB value is (237,163,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100011 11111100
Octal 355 243 374
Decimal 237 163 252
Hex ED A3 FC

RGB Percentages of Color #eda3fc

%36.35
%25.00
%38.65

CMYK Percentages of Color #eda3fc

%6
%35
%0
%1

Triadic Colors of #eda3fc

#eda3fc #fceda3 #a3fced

Analogous Colors of #eda3fc

#eda3fc #fca3df #c1a3fc

Monochromatic Colors of #eda3fc

#eda3fc

Complementary Color

#eda3fc #b2fca3

#eda3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda3fc Color CSS Codes

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

#eda3fc Text Font Color

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

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


#eda3fc Background Color

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

This div background color is #eda3fc


#eda3fc Border Color

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

This div border color is #eda3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda3fc

Related Colors


Comments

No comments written yet.

Please login to write comment.