Color Hex Logo

#efa3fe Color Hex

#EFA3FE
(239,163,254)
0 Favorites   0 Comments

Color spaces of #efa3fe

RGB 239163254
HSL0.810.980.82
HSV290°36°100°
CMYK 0.060.360.00   0.00
XYZ66.583251.7009100.2359
Yxy51.70090.30470.2366
Hunter Lab71.903339.4619-32.3201
CIE-Lab77.101642.7637-34.0388

#efa3fe color RGB value is (239,163,254).

#efa3fe hex color red value is 239, green value is 163 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #efa3fe hue: 0.81 , saturation: 0.98 and the lightness value of efa3fe is 0.82.

The process color (four color CMYK) of #efa3fe color hex is 0.06, 0.36, 0.00, 0.00. Web safe color of #efa3fe is #ff99ff. Color #efa3fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100011 11111110
Octal 357 243 376
Decimal 239 163 254
Hex EF A3 FE

RGB Percentages of Color #efa3fe

%36.43
%24.85
%38.72

CMYK Percentages of Color #efa3fe

%6
%36
%0
%0

Triadic Colors of #efa3fe

#efa3fe #feefa3 #a3feef

Analogous Colors of #efa3fe

#efa3fe #fea3e0 #c2a3fe

Monochromatic Colors of #efa3fe

#efa3fe

Complementary Color

#efa3fe #b2fea3

#efa3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa3fe Color CSS Codes

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

#efa3fe Text Font Color

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

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


#efa3fe Background Color

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

This div background color is #efa3fe


#efa3fe Border Color

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

This div border color is #efa3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa3fe

Related Colors


Comments

No comments written yet.

Please login to write comment.