Color Hex Logo

#ef8ffb Color Hex

#EF8FFB
(239,143,251)
0 Favorites   0 Comments

Color spaces of #ef8ffb

RGB 239143251
HSL0.810.930.77
HSV293°43°98°
CMYK 0.050.430.00   0.02
XYZ62.831744.960796.6335
Yxy44.96070.30740.2199
Hunter Lab67.052749.9209-38.5093
CIE-Lab72.866052.5190-38.9824

#ef8ffb color RGB value is (239,143,251).

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

The process color (four color CMYK) of #ef8ffb color hex is 0.05, 0.43, 0.00, 0.02. Web safe color of #ef8ffb is #ff99ff. Color #ef8ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001111 11111011
Octal 357 217 373
Decimal 239 143 251
Hex EF 8F FB

RGB Percentages of Color #ef8ffb

%37.76
%22.59
%39.65

CMYK Percentages of Color #ef8ffb

%5
%43
%0
%2

Triadic Colors of #ef8ffb

#ef8ffb #fbef8f #8ffbef

Analogous Colors of #ef8ffb

#ef8ffb #fb8fd1 #b98ffb

Monochromatic Colors of #ef8ffb

#ef8ffb

Complementary Color

#ef8ffb #9bfb8f

#ef8ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8ffb Color CSS Codes

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

#ef8ffb Text Font Color

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

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


#ef8ffb Background Color

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

This div background color is #ef8ffb


#ef8ffb Border Color

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

This div border color is #ef8ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.