Color Hex Logo

#ef8fee Color Hex

#EF8FEE
(239,143,238)
0 Favorites   0 Comments

Color spaces of #ef8fee

RGB 239143238
HSL0.840.750.75
HSV301°40°94°
CMYK 0.000.400.00   0.06
XYZ60.851744.168786.2071
Yxy44.16870.31820.2310
Hunter Lab66.459547.1340-30.3856
CIE-Lab72.341150.1573-32.7101

#ef8fee color RGB value is (239,143,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001111 11101110
Octal 357 217 356
Decimal 239 143 238
Hex EF 8F EE

RGB Percentages of Color #ef8fee

%38.55
%23.06
%38.39

CMYK Percentages of Color #ef8fee

%0
%40
%0
%6

Triadic Colors of #ef8fee

#ef8fee #eeef8f #8feeef

Analogous Colors of #ef8fee

#ef8fee #ef8fbe #c08fef

Monochromatic Colors of #ef8fee

#ef8fee

Complementary Color

#ef8fee #8fef90

#ef8fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8fee Color CSS Codes

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

#ef8fee Text Font Color

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

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


#ef8fee Background Color

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

This div background color is #ef8fee


#ef8fee Border Color

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

This div border color is #ef8fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8fee


Comments

No comments written yet.

Please login to write comment.