Color Hex Logo

#e6acfc Color Hex

#E6ACFC
(230,172,252)
0 Favorites   0 Comments

Color spaces of #e6acfc

RGB 230172252
HSL0.790.930.83
HSV284°32°99°
CMYK 0.090.320.00   0.01
XYZ64.956353.356398.9707
Yxy53.35630.29890.2456
Hunter Lab73.045430.9033-29.2015
CIE-Lab78.084934.8789-31.5215

#e6acfc color RGB value is (230,172,252).

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

The process color (four color CMYK) of #e6acfc color hex is 0.09, 0.32, 0.00, 0.01. Web safe color of #e6acfc is #ff99ff. Color #e6acfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101100 11111100
Octal 346 254 374
Decimal 230 172 252
Hex E6 AC FC

RGB Percentages of Color #e6acfc

%35.17
%26.30
%38.53

CMYK Percentages of Color #e6acfc

%9
%32
%0
%1

Triadic Colors of #e6acfc

#e6acfc #fce6ac #acfce6

Analogous Colors of #e6acfc

#e6acfc #fcacea #beacfc

Monochromatic Colors of #e6acfc

#e6acfc

Complementary Color

#e6acfc #c2fcac

#e6acfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6acfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6acfc Color CSS Codes

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

#e6acfc Text Font Color

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

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


#e6acfc Background Color

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

This div background color is #e6acfc


#e6acfc Border Color

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

This div border color is #e6acfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6acfc


Comments

No comments written yet.

Please login to write comment.