Color Hex Logo

#ef8fef Color Hex

#EF8FEF
(239,143,239)
0 Favorites   0 Comments

Color spaces of #ef8fef

RGB 239143239
HSL0.830.750.75
HSV300°40°94°
CMYK 0.000.400.00   0.06
XYZ60.999144.227686.9831
Yxy44.22760.31740.2301
Hunter Lab66.503847.3433-30.9951
CIE-Lab72.380450.3358-33.1960

#ef8fef color RGB value is (239,143,239).

#ef8fef hex color red value is 239, green value is 143 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ef8fef hue: 0.83 , saturation: 0.75 and the lightness value of ef8fef is 0.75.

The process color (four color CMYK) of #ef8fef color hex is 0.00, 0.40, 0.00, 0.06. Web safe color of #ef8fef is #ff99ff. Color #ef8fef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001111 11101111
Octal 357 217 357
Decimal 239 143 239
Hex EF 8F EF

RGB Percentages of Color #ef8fef

%38.49
%23.03
%38.49

CMYK Percentages of Color #ef8fef

%0
%40
%0
%6

Triadic Colors of #ef8fef

#ef8fef #efef8f #8fefef

Analogous Colors of #ef8fef

#ef8fef #ef8fbf #bf8fef

Monochromatic Colors of #ef8fef

#ef8fef

Complementary Color

#ef8fef #8fef8f

#ef8fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8fef Color CSS Codes

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

#ef8fef Text Font Color

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

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


#ef8fef Background Color

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

This div background color is #ef8fef


#ef8fef Border Color

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

This div border color is #ef8fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8fef


Comments

No comments written yet.

Please login to write comment.