Color Hex Logo

#ef87fa Color Hex

#EF87FA
(239,135,250)
0 Favorites   0 Comments

Color spaces of #ef87fa

RGB 239135250
HSL0.820.920.75
HSV294°46°98°
CMYK 0.040.460.00   0.02
XYZ61.515942.580895.4192
Yxy42.58080.30830.2134
Hunter Lab65.254054.0802-41.0205
CIE-Lab71.269556.3385-40.9265

#ef87fa color RGB value is (239,135,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000111 11111010
Octal 357 207 372
Decimal 239 135 250
Hex EF 87 FA

RGB Percentages of Color #ef87fa

%38.30
%21.63
%40.06

CMYK Percentages of Color #ef87fa

%4
%46
%0
%2

Triadic Colors of #ef87fa

#ef87fa #faef87 #87faef

Analogous Colors of #ef87fa

#ef87fa #fa87cc #b687fa

Monochromatic Colors of #ef87fa

#ef87fa

Complementary Color

#ef87fa #92fa87

#ef87fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef87fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef87fa Color CSS Codes

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

#ef87fa Text Font Color

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

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


#ef87fa Background Color

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

This div background color is #ef87fa


#ef87fa Border Color

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

This div border color is #ef87fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef87fa


Comments

No comments written yet.

Please login to write comment.