Color Hex Logo

#ea9dfb Color Hex

#EA9DFB
(234,157,251)
0 Favorites   0 Comments

Color spaces of #ea9dfb

RGB 234157251
HSL0.800.920.80
HSV289°37°98°
CMYK 0.070.370.00   0.02
XYZ63.401248.571497.3004
Yxy48.57140.30300.2321
Hunter Lab69.693240.4217-33.9910
CIE-Lab75.183943.8401-35.4271

#ea9dfb color RGB value is (234,157,251).

#ea9dfb hex color red value is 234, green value is 157 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ea9dfb hue: 0.80 , saturation: 0.92 and the lightness value of ea9dfb is 0.80.

The process color (four color CMYK) of #ea9dfb color hex is 0.07, 0.37, 0.00, 0.02. Web safe color of #ea9dfb is #ff99ff. Color #ea9dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011101 11111011
Octal 352 235 373
Decimal 234 157 251
Hex EA 9D FB

RGB Percentages of Color #ea9dfb

%36.45
%24.45
%39.10

CMYK Percentages of Color #ea9dfb

%7
%37
%0
%2

Triadic Colors of #ea9dfb

#ea9dfb #fbea9d #9dfbea

Analogous Colors of #ea9dfb

#ea9dfb #fb9ddd #bb9dfb

Monochromatic Colors of #ea9dfb

#ea9dfb

Complementary Color

#ea9dfb #aefb9d

#ea9dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9dfb Color CSS Codes

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

#ea9dfb Text Font Color

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

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


#ea9dfb Background Color

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

This div background color is #ea9dfb


#ea9dfb Border Color

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

This div border color is #ea9dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9dfb


Comments

No comments written yet.

Please login to write comment.