Color Hex Logo

#efa1fe Color Hex

#EFA1FE
(239,161,254)
0 Favorites   0 Comments

Color spaces of #efa1fe

RGB 239161254
HSL0.810.980.81
HSV290°37°100°
CMYK 0.060.370.00   0.00
XYZ66.230950.9962100.1184
Yxy50.99620.30470.2346
Hunter Lab71.411640.5800-33.1359
CIE-Lab76.676743.8107-34.6954

#efa1fe color RGB value is (239,161,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 11111110
Octal 357 241 376
Decimal 239 161 254
Hex EF A1 FE

RGB Percentages of Color #efa1fe

%36.54
%24.62
%38.84

CMYK Percentages of Color #efa1fe

%6
%37
%0
%0

Triadic Colors of #efa1fe

#efa1fe #feefa1 #a1feef

Analogous Colors of #efa1fe

#efa1fe #fea1df #c1a1fe

Monochromatic Colors of #efa1fe

#efa1fe

Complementary Color

#efa1fe #b0fea1

#efa1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa1fe Color CSS Codes

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

#efa1fe Text Font Color

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

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


#efa1fe Background Color

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

This div background color is #efa1fe


#efa1fe Border Color

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

This div border color is #efa1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa1fe

Related Colors


Comments

No comments written yet.

Please login to write comment.