Color Hex Logo

#ef82fa Color Hex

#EF82FA
(239,130,250)
0 Favorites   0 Comments

Color spaces of #ef82fa

RGB 239130250
HSL0.820.920.75
HSV295°48°98°
CMYK 0.040.480.00   0.02
XYZ60.834641.218195.1920
Yxy41.21810.30840.2090
Hunter Lab64.201356.7871-42.9690
CIE-Lab70.328558.7922-42.3970

#ef82fa color RGB value is (239,130,250).

#ef82fa hex color red value is 239, green value is 130 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ef82fa hue: 0.82 , saturation: 0.92 and the lightness value of ef82fa is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000010 11111010
Octal 357 202 372
Decimal 239 130 250
Hex EF 82 FA

RGB Percentages of Color #ef82fa

%38.61
%21.00
%40.39

CMYK Percentages of Color #ef82fa

%4
%48
%0
%2

Triadic Colors of #ef82fa

#ef82fa #faef82 #82faef

Analogous Colors of #ef82fa

#ef82fa #fa82c9 #b382fa

Monochromatic Colors of #ef82fa

#ef82fa

Complementary Color

#ef82fa #8dfa82

#ef82fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef82fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef82fa Color CSS Codes

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

#ef82fa Text Font Color

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

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


#ef82fa Background Color

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

This div background color is #ef82fa


#ef82fa Border Color

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

This div border color is #ef82fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef82fa

Related Colors


Comments

No comments written yet.

Please login to write comment.