Color Hex Logo

#eac8fd Color Hex

#EAC8FD
(234,200,253)
1 Favorites   0 Comments

Color spaces of #eac8fd

RGB 234200253
HSL0.770.930.89
HSV278°21°99°
CMYK 0.080.210.00   0.01
XYZ72.315665.8928101.8357
Yxy65.89280.30130.2745
Hunter Lab81.174416.9646-17.5590
CIE-Lab84.941721.3648-21.5511

#eac8fd color RGB value is (234,200,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001000 11111101
Octal 352 310 375
Decimal 234 200 253
Hex EA C8 FD

RGB Percentages of Color #eac8fd

%34.06
%29.11
%36.83

CMYK Percentages of Color #eac8fd

%8
%21
%0
%1

Triadic Colors of #eac8fd

#eac8fd #fdeac8 #c8fdea

Analogous Colors of #eac8fd

#eac8fd #fdc8f6 #d0c8fd

Monochromatic Colors of #eac8fd

#eac8fd

Complementary Color

#eac8fd #dbfdc8

#eac8fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac8fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac8fd Color CSS Codes

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

#eac8fd Text Font Color

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

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


#eac8fd Background Color

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

This div background color is #eac8fd


#eac8fd Border Color

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

This div border color is #eac8fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac8fd


Comments

No comments written yet.

Please login to write comment.