Color Hex Logo

#ef8ffe Color Hex

#EF8FFE
(239,143,254)
0 Favorites   0 Comments

Color spaces of #ef8ffe

RGB 239143254
HSL0.810.980.78
HSV292°44°100°
CMYK 0.060.440.00   0.00
XYZ63.308545.151499.1443
Yxy45.15140.30490.2175
Hunter Lab67.194850.5854-40.4446
CIE-Lab72.991553.0772-40.4165

#ef8ffe color RGB value is (239,143,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001111 11111110
Octal 357 217 376
Decimal 239 143 254
Hex EF 8F FE

RGB Percentages of Color #ef8ffe

%37.58
%22.48
%39.94

CMYK Percentages of Color #ef8ffe

%6
%44
%0
%0

Triadic Colors of #ef8ffe

#ef8ffe #feef8f #8ffeef

Analogous Colors of #ef8ffe

#ef8ffe #fe8fd6 #b88ffe

Monochromatic Colors of #ef8ffe

#ef8ffe

Complementary Color

#ef8ffe #9efe8f

#ef8ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8ffe Color CSS Codes

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

#ef8ffe Text Font Color

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

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


#ef8ffe Background Color

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

This div background color is #ef8ffe


#ef8ffe Border Color

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

This div border color is #ef8ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.