Color Hex Logo

#ef8dff Color Hex

#EF8DFF
(239,141,255)
0 Favorites   0 Comments

Color spaces of #ef8dff

RGB 239141255
HSL0.811.000.78
HSV292°45°100°
CMYK 0.060.450.00   0.00
XYZ63.171544.620599.8909
Yxy44.62050.30420.2148
Hunter Lab66.798651.9102-41.9035
CIE-Lab72.641354.2713-41.5056

#ef8dff color RGB value is (239,141,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001101 11111111
Octal 357 215 377
Decimal 239 141 255
Hex EF 8D FF

RGB Percentages of Color #ef8dff

%37.64
%22.20
%40.16

CMYK Percentages of Color #ef8dff

%6
%45
%0
%0

Triadic Colors of #ef8dff

#ef8dff #ffef8d #8dffef

Analogous Colors of #ef8dff

#ef8dff #ff8dd6 #b68dff

Monochromatic Colors of #ef8dff

#ef8dff

Complementary Color

#ef8dff #9dff8d

#ef8dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8dff Color CSS Codes

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

#ef8dff Text Font Color

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

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


#ef8dff Background Color

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

This div background color is #ef8dff


#ef8dff Border Color

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

This div border color is #ef8dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8dff

Related Colors


Comments

No comments written yet.

Please login to write comment.