Color Hex Logo

#efa0fa Color Hex

#EFA0FA
(239,160,250)
0 Favorites   0 Comments

Color spaces of #efa0fa

RGB 239160250
HSL0.810.900.80
HSV293°36°98°
CMYK 0.040.360.00   0.02
XYZ65.422750.394596.7214
Yxy50.39450.30780.2371
Hunter Lab70.989140.2726-31.0892
CIE-Lab76.310843.5776-33.1014

#efa0fa color RGB value is (239,160,250).

#efa0fa hex color red value is 239, green value is 160 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #efa0fa hue: 0.81 , saturation: 0.90 and the lightness value of efa0fa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100000 11111010
Octal 357 240 372
Decimal 239 160 250
Hex EF A0 FA

RGB Percentages of Color #efa0fa

%36.83
%24.65
%38.52

CMYK Percentages of Color #efa0fa

%4
%36
%0
%2

Triadic Colors of #efa0fa

#efa0fa #faefa0 #a0faef

Analogous Colors of #efa0fa

#efa0fa #faa0d8 #c2a0fa

Monochromatic Colors of #efa0fa

#efa0fa

Complementary Color

#efa0fa #abfaa0

#efa0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa0fa Color CSS Codes

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

#efa0fa Text Font Color

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

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


#efa0fa Background Color

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

This div background color is #efa0fa


#efa0fa Border Color

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

This div border color is #efa0fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa0fa

Related Colors


Comments

No comments written yet.

Please login to write comment.