Color Hex Logo

#e3a6ef Color Hex

#E3A6EF
(227,166,239)
0 Favorites   0 Comments

Color spaces of #e3a6ef

RGB 227166239
HSL0.810.700.79
HSV290°31°94°
CMYK 0.050.310.00   0.06
XYZ60.894849.835388.0710
Yxy49.83530.30630.2507
Hunter Lab70.594130.4352-24.5524
CIE-Lab75.968134.6257-27.7808

#e3a6ef color RGB value is (227,166,239).

#e3a6ef hex color red value is 227, green value is 166 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e3a6ef hue: 0.81 , saturation: 0.70 and the lightness value of e3a6ef is 0.79.

The process color (four color CMYK) of #e3a6ef color hex is 0.05, 0.31, 0.00, 0.06. Web safe color of #e3a6ef is #cc99ff. Color #e3a6ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10100110 11101111
Octal 343 246 357
Decimal 227 166 239
Hex E3 A6 EF

RGB Percentages of Color #e3a6ef

%35.92
%26.27
%37.82

CMYK Percentages of Color #e3a6ef

%5
%31
%0
%6

Triadic Colors of #e3a6ef

#e3a6ef #efe3a6 #a6efe3

Analogous Colors of #e3a6ef

#e3a6ef #efa6d7 #bfa6ef

Monochromatic Colors of #e3a6ef

#e3a6ef

Complementary Color

#e3a6ef #b2efa6

#e3a6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3a6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3a6ef Color CSS Codes

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

#e3a6ef Text Font Color

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

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


#e3a6ef Background Color

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

This div background color is #e3a6ef


#e3a6ef Border Color

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

This div border color is #e3a6ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,166,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3a6ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3a6ef;
  -webkit-box-shadow: 1px 1px 3px 2px #e3a6ef;
  box-shadow:         1px 1px 3px 2px #e3a6ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,166,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3a6ef


Comments

No comments written yet.

Please login to write comment.