Color Hex Logo

#ef8bff Color Hex

#EF8BFF
(239,139,255)
0 Favorites   0 Comments

Color spaces of #ef8bff

RGB 239139255
HSL0.811.000.77
HSV292°45°100°
CMYK 0.060.450.00   0.00
XYZ62.879244.036099.7934
Yxy44.03600.30420.2130
Hunter Lab66.359653.0087-42.7102
CIE-Lab72.252655.2730-42.1126

#ef8bff color RGB value is (239,139,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001011 11111111
Octal 357 213 377
Decimal 239 139 255
Hex EF 8B FF

RGB Percentages of Color #ef8bff

%37.76
%21.96
%40.28

CMYK Percentages of Color #ef8bff

%6
%45
%0
%0

Triadic Colors of #ef8bff

#ef8bff #ffef8b #8bffef

Analogous Colors of #ef8bff

#ef8bff #ff8bd5 #b58bff

Monochromatic Colors of #ef8bff

#ef8bff

Complementary Color

#ef8bff #9bff8b

#ef8bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8bff Color CSS Codes

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

#ef8bff Text Font Color

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

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


#ef8bff Background Color

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

This div background color is #ef8bff


#ef8bff Border Color

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

This div border color is #ef8bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8bff


Comments

No comments written yet.

Please login to write comment.