Color Hex Logo

#e862bf Color Hex

#E862BF
(232,98,191)
0 Favorites   0 Comments

Color spaces of #e862bf

RGB 23298191
HSL0.880.740.65
HSV318°58°91°
CMYK 0.000.580.18   0.09
XYZ47.050429.652852.5339
Yxy29.65280.36410.2294
Hunter Lab54.454458.9348-19.0809
CIE-Lab61.353562.1088-23.4959

#e862bf color RGB value is (232,98,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100010 10111111
Octal 350 142 277
Decimal 232 98 191
Hex E8 62 BF

RGB Percentages of Color #e862bf

%44.53
%18.81
%36.66

CMYK Percentages of Color #e862bf

%0
%58
%18
%9

Triadic Colors of #e862bf

#e862bf #bfe862 #62bfe8

Analogous Colors of #e862bf

#e862bf #e8627c #ce62e8

Monochromatic Colors of #e862bf

#e862bf

Complementary Color

#e862bf #62e88b

#e862bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e862bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e862bf Color CSS Codes

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

#e862bf Text Font Color

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

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


#e862bf Background Color

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

This div background color is #e862bf


#e862bf Border Color

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

This div border color is #e862bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e862bf


Comments

No comments written yet.

Please login to write comment.