Color Hex Logo

#e868bf Color Hex

#E868BF
(232,104,191)
0 Favorites   0 Comments

Color spaces of #e868bf

RGB 232104191
HSL0.890.740.66
HSV319°55°91°
CMYK 0.000.550.18   0.09
XYZ47.633030.818052.7282
Yxy30.81800.36310.2349
Hunter Lab55.514056.0101-17.4550
CIE-Lab62.353759.4234-21.9645

#e868bf color RGB value is (232,104,191).

#e868bf hex color red value is 232, green value is 104 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e868bf hue: 0.89 , saturation: 0.74 and the lightness value of e868bf is 0.66.

The process color (four color CMYK) of #e868bf color hex is 0.00, 0.55, 0.18, 0.09. Web safe color of #e868bf is #ff66cc. Color #e868bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01101000 10111111
Octal 350 150 277
Decimal 232 104 191
Hex E8 68 BF

RGB Percentages of Color #e868bf

%44.02
%19.73
%36.24

CMYK Percentages of Color #e868bf

%0
%55
%18
%9

Triadic Colors of #e868bf

#e868bf #bfe868 #68bfe8

Analogous Colors of #e868bf

#e868bf #e8687f #d168e8

Monochromatic Colors of #e868bf

#e868bf

Complementary Color

#e868bf #68e891

#e868bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e868bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e868bf Color CSS Codes

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

#e868bf Text Font Color

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

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


#e868bf Background Color

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

This div background color is #e868bf


#e868bf Border Color

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

This div border color is #e868bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,104,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e868bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e868bf;
  -webkit-box-shadow: 1px 1px 3px 2px #e868bf;
  box-shadow:         1px 1px 3px 2px #e868bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,104,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e868bf


Comments

No comments written yet.

Please login to write comment.