Color Hex Logo

#e860bf Color Hex

#E860BF
(232,96,191)
0 Favorites   0 Comments

Color spaces of #e860bf

RGB 23296191
HSL0.880.750.64
HSV318°59°91°
CMYK 0.000.590.18   0.09
XYZ46.865629.283152.4723
Yxy29.28310.36440.2277
Hunter Lab54.113959.8916-19.6117
CIE-Lab61.030762.9817-23.9911

#e860bf color RGB value is (232,96,191).

#e860bf hex color red value is 232, green value is 96 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e860bf hue: 0.88 , saturation: 0.75 and the lightness value of e860bf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100000 10111111
Octal 350 140 277
Decimal 232 96 191
Hex E8 60 BF

RGB Percentages of Color #e860bf

%44.70
%18.50
%36.80

CMYK Percentages of Color #e860bf

%0
%59
%18
%9

Triadic Colors of #e860bf

#e860bf #bfe860 #60bfe8

Analogous Colors of #e860bf

#e860bf #e8607b #cd60e8

Monochromatic Colors of #e860bf

#e860bf

Complementary Color

#e860bf #60e889

#e860bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e860bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e860bf Color CSS Codes

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

#e860bf Text Font Color

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

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


#e860bf Background Color

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

This div background color is #e860bf


#e860bf Border Color

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

This div border color is #e860bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e860bf


Comments

No comments written yet.

Please login to write comment.