Color Hex Logo

#e0acfc Color Hex

#E0ACFC
(224,172,252)
0 Favorites   0 Comments

Color spaces of #e0acfc

RGB 224172252
HSL0.780.930.83
HSV279°32°99°
CMYK 0.110.320.00   0.01
XYZ63.063752.380698.8821
Yxy52.38060.29420.2444
Hunter Lab72.374428.8813-30.3433
CIE-Lab77.507933.0464-32.4585

#e0acfc color RGB value is (224,172,252).

#e0acfc hex color red value is 224, green value is 172 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e0acfc hue: 0.78 , saturation: 0.93 and the lightness value of e0acfc is 0.83.

The process color (four color CMYK) of #e0acfc color hex is 0.11, 0.32, 0.00, 0.01. Web safe color of #e0acfc is #cc99ff. Color #e0acfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101100 11111100
Octal 340 254 374
Decimal 224 172 252
Hex E0 AC FC

RGB Percentages of Color #e0acfc

%34.57
%26.54
%38.89

CMYK Percentages of Color #e0acfc

%11
%32
%0
%1

Triadic Colors of #e0acfc

#e0acfc #fce0ac #acfce0

Analogous Colors of #e0acfc

#e0acfc #fcacf0 #b8acfc

Monochromatic Colors of #e0acfc

#e0acfc

Complementary Color

#e0acfc #c8fcac

#e0acfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0acfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0acfc Color CSS Codes

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

#e0acfc Text Font Color

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

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


#e0acfc Background Color

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

This div background color is #e0acfc


#e0acfc Border Color

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

This div border color is #e0acfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,172,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0acfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0acfc;
  -webkit-box-shadow: 1px 1px 3px 2px #e0acfc;
  box-shadow:         1px 1px 3px 2px #e0acfc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,172,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0acfc


Comments

No comments written yet.

Please login to write comment.