Color Hex Logo

#e870bf Color Hex

#E870BF
(232,112,191)
0 Favorites   0 Comments

Color spaces of #e870bf

RGB 232112191
HSL0.890.720.67
HSV321°52°91°
CMYK 0.000.520.18   0.09
XYZ48.476932.505753.0094
Yxy32.50570.36180.2426
Hunter Lab57.013851.9985-15.2161
CIE-Lab63.758755.6992-19.8209

#e870bf color RGB value is (232,112,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110000 10111111
Octal 350 160 277
Decimal 232 112 191
Hex E8 70 BF

RGB Percentages of Color #e870bf

%43.36
%20.93
%35.70

CMYK Percentages of Color #e870bf

%0
%52
%18
%9

Triadic Colors of #e870bf

#e870bf #bfe870 #70bfe8

Analogous Colors of #e870bf

#e870bf #e87083 #d570e8

Monochromatic Colors of #e870bf

#e870bf

Complementary Color

#e870bf #70e899

#e870bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e870bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e870bf Color CSS Codes

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

#e870bf Text Font Color

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

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


#e870bf Background Color

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

This div background color is #e870bf


#e870bf Border Color

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

This div border color is #e870bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e870bf

#e870bf Color Palettes


Comments

No comments written yet.

Please login to write comment.