Color Hex Logo

#ef8cfe Color Hex

#EF8CFE
(239,140,254)
0 Favorites   0 Comments

Color spaces of #ef8cfe

RGB 239140254
HSL0.810.980.77
HSV292°45°100°
CMYK 0.060.450.00   0.00
XYZ62.864144.262698.9962
Yxy44.26260.30500.2147
Hunter Lab66.530152.2363-41.6518
CIE-Lab72.403754.5867-41.3333

#ef8cfe color RGB value is (239,140,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001100 11111110
Octal 357 214 376
Decimal 239 140 254
Hex EF 8C FE

RGB Percentages of Color #ef8cfe

%37.76
%22.12
%40.13

CMYK Percentages of Color #ef8cfe

%6
%45
%0
%0

Triadic Colors of #ef8cfe

#ef8cfe #feef8c #8cfeef

Analogous Colors of #ef8cfe

#ef8cfe #fe8cd4 #b68cfe

Monochromatic Colors of #ef8cfe

#ef8cfe

Complementary Color

#ef8cfe #9bfe8c

#ef8cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8cfe Color CSS Codes

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

#ef8cfe Text Font Color

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

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


#ef8cfe Background Color

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

This div background color is #ef8cfe


#ef8cfe Border Color

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

This div border color is #ef8cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.