Color Hex Logo

#eda3fb Color Hex

#EDA3FB
(237,163,251)
0 Favorites   0 Comments

Color spaces of #eda3fb

RGB 237163251
HSL0.810.920.81
HSV290°35°98°
CMYK 0.060.350.00   0.02
XYZ65.434851.163997.6936
Yxy51.16390.30540.2388
Hunter Lab71.528938.1164-30.9075
CIE-Lab76.778241.5901-32.9375

#eda3fb color RGB value is (237,163,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100011 11111011
Octal 355 243 373
Decimal 237 163 251
Hex ED A3 FB

RGB Percentages of Color #eda3fb

%36.41
%25.04
%38.56

CMYK Percentages of Color #eda3fb

%6
%35
%0
%2

Triadic Colors of #eda3fb

#eda3fb #fbeda3 #a3fbed

Analogous Colors of #eda3fb

#eda3fb #fba3dd #c1a3fb

Monochromatic Colors of #eda3fb

#eda3fb

Complementary Color

#eda3fb #b1fba3

#eda3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda3fb Color CSS Codes

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

#eda3fb Text Font Color

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

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


#eda3fb Background Color

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

This div background color is #eda3fb


#eda3fb Border Color

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

This div border color is #eda3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda3fb


Comments

No comments written yet.

Please login to write comment.