Color Hex Logo

#ea9cfb Color Hex

#EA9CFB
(234,156,251)
0 Favorites   0 Comments

Color spaces of #ea9cfb

RGB 234156251
HSL0.800.920.80
HSV289°38°98°
CMYK 0.070.380.00   0.02
XYZ63.232748.234497.2442
Yxy48.23440.30300.2311
Hunter Lab69.451040.9788-34.4012
CIE-Lab74.972544.3638-35.7545

#ea9cfb color RGB value is (234,156,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011100 11111011
Octal 352 234 373
Decimal 234 156 251
Hex EA 9C FB

RGB Percentages of Color #ea9cfb

%36.51
%24.34
%39.16

CMYK Percentages of Color #ea9cfb

%7
%38
%0
%2

Triadic Colors of #ea9cfb

#ea9cfb #fbea9c #9cfbea

Analogous Colors of #ea9cfb

#ea9cfb #fb9cdd #bb9cfb

Monochromatic Colors of #ea9cfb

#ea9cfb

Complementary Color

#ea9cfb #adfb9c

#ea9cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9cfb Color CSS Codes

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

#ea9cfb Text Font Color

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

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


#ea9cfb Background Color

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

This div background color is #ea9cfb


#ea9cfb Border Color

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

This div border color is #ea9cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9cfb


Comments

No comments written yet.

Please login to write comment.