Color Hex Logo

#e68bef Color Hex

#E68BEF
(230,139,239)
0 Favorites   0 Comments

Color spaces of #e68bef

RGB 230139239
HSL0.820.760.74
HSV295°42°94°
CMYK 0.040.420.00   0.06
XYZ57.445741.520286.6478
Yxy41.52020.30950.2237
Hunter Lab64.436246.3718-34.6224
CIE-Lab70.538949.7307-36.1322

#e68bef color RGB value is (230,139,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001011 11101111
Octal 346 213 357
Decimal 230 139 239
Hex E6 8B EF

RGB Percentages of Color #e68bef

%37.83
%22.86
%39.31

CMYK Percentages of Color #e68bef

%4
%42
%0
%6

Triadic Colors of #e68bef

#e68bef #efe68b #8befe6

Analogous Colors of #e68bef

#e68bef #ef8bc6 #b48bef

Monochromatic Colors of #e68bef

#e68bef

Complementary Color

#e68bef #94ef8b

#e68bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68bef Color CSS Codes

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

#e68bef Text Font Color

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

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


#e68bef Background Color

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

This div background color is #e68bef


#e68bef Border Color

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

This div border color is #e68bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68bef


Comments

No comments written yet.

Please login to write comment.