Color Hex Logo

#ef8beb Color Hex

#EF8BEB
(239,139,235)
0 Favorites   0 Comments

Color spaces of #ef8beb

RGB 239139235
HSL0.840.760.74
HSV302°42°94°
CMYK 0.000.420.02   0.06
XYZ59.824642.814183.7081
Yxy42.81410.32100.2298
Hunter Lab65.432548.6948-30.0473
CIE-Lab71.428651.6522-32.4780

#ef8beb color RGB value is (239,139,235).

#ef8beb hex color red value is 239, green value is 139 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ef8beb hue: 0.84 , saturation: 0.76 and the lightness value of ef8beb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001011 11101011
Octal 357 213 353
Decimal 239 139 235
Hex EF 8B EB

RGB Percentages of Color #ef8beb

%38.99
%22.68
%38.34

CMYK Percentages of Color #ef8beb

%0
%42
%2
%6

Triadic Colors of #ef8beb

#ef8beb #ebef8b #8bebef

Analogous Colors of #ef8beb

#ef8beb #ef8bb9 #c18bef

Monochromatic Colors of #ef8beb

#ef8beb

Complementary Color

#ef8beb #8bef8f

#ef8beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8beb Color CSS Codes

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

#ef8beb Text Font Color

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

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


#ef8beb Background Color

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

This div background color is #ef8beb


#ef8beb Border Color

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

This div border color is #ef8beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8beb


Comments

No comments written yet.

Please login to write comment.