Color Hex Logo

#ef88fc Color Hex

#EF88FC
(239,136,252)
0 Favorites   0 Comments

Color spaces of #ef88fc

RGB 239136252
HSL0.810.950.76
HSV293°46°99°
CMYK 0.050.460.00   0.01
XYZ61.971542.987397.1266
Yxy42.98730.30670.2127
Hunter Lab65.564753.9793-41.9361
CIE-Lab71.546456.2104-41.5840

#ef88fc color RGB value is (239,136,252).

#ef88fc hex color red value is 239, green value is 136 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ef88fc hue: 0.81 , saturation: 0.95 and the lightness value of ef88fc is 0.76.

The process color (four color CMYK) of #ef88fc color hex is 0.05, 0.46, 0.00, 0.01. Web safe color of #ef88fc is #ff99ff. Color #ef88fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001000 11111100
Octal 357 210 374
Decimal 239 136 252
Hex EF 88 FC

RGB Percentages of Color #ef88fc

%38.12
%21.69
%40.19

CMYK Percentages of Color #ef88fc

%5
%46
%0
%1

Triadic Colors of #ef88fc

#ef88fc #fcef88 #88fcef

Analogous Colors of #ef88fc

#ef88fc #fc88cf #b588fc

Monochromatic Colors of #ef88fc

#ef88fc

Complementary Color

#ef88fc #95fc88

#ef88fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef88fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef88fc Color CSS Codes

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

#ef88fc Text Font Color

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

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


#ef88fc Background Color

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

This div background color is #ef88fc


#ef88fc Border Color

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

This div border color is #ef88fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef88fc


Comments

No comments written yet.

Please login to write comment.