Color Hex Logo

#eac9fd Color Hex

#EAC9FD
(234,201,253)
0 Favorites   0 Comments

Color spaces of #eac9fd

RGB 234201253
HSL0.770.930.89
HSV278°21°99°
CMYK 0.080.210.00   0.01
XYZ72.548066.3576101.9131
Yxy66.35760.30130.2756
Hunter Lab81.460216.4158-17.1543
CIE-Lab85.178520.8326-21.1924

#eac9fd color RGB value is (234,201,253).

#eac9fd hex color red value is 234, green value is 201 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #eac9fd hue: 0.77 , saturation: 0.93 and the lightness value of eac9fd is 0.89.

The process color (four color CMYK) of #eac9fd color hex is 0.08, 0.21, 0.00, 0.01. Web safe color of #eac9fd is #ffccff. Color #eac9fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001001 11111101
Octal 352 311 375
Decimal 234 201 253
Hex EA C9 FD

RGB Percentages of Color #eac9fd

%34.01
%29.22
%36.77

CMYK Percentages of Color #eac9fd

%8
%21
%0
%1

Triadic Colors of #eac9fd

#eac9fd #fdeac9 #c9fdea

Analogous Colors of #eac9fd

#eac9fd #fdc9f6 #d0c9fd

Monochromatic Colors of #eac9fd

#eac9fd

Complementary Color

#eac9fd #dcfdc9

#eac9fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac9fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac9fd Color CSS Codes

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

#eac9fd Text Font Color

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

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


#eac9fd Background Color

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

This div background color is #eac9fd


#eac9fd Border Color

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

This div border color is #eac9fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,201,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac9fd


Comments

No comments written yet.

Please login to write comment.