Color Hex Logo

#e85fba Color Hex

#E85FBA
(232,95,186)
0 Favorites   0 Comments

Color spaces of #e85fba

RGB 23295186
HSL0.890.750.64
HSV320°59°91°
CMYK 0.000.590.20   0.09
XYZ46.233828.885449.5930
Yxy28.88540.37070.2316
Hunter Lab53.745159.4991-17.0879
CIE-Lab60.680462.7086-21.6729

#e85fba color RGB value is (232,95,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011111 10111010
Octal 350 137 272
Decimal 232 95 186
Hex E8 5F BA

RGB Percentages of Color #e85fba

%45.22
%18.52
%36.26

CMYK Percentages of Color #e85fba

%0
%59
%20
%9

Triadic Colors of #e85fba

#e85fba #bae85f #5fbae8

Analogous Colors of #e85fba

#e85fba #e85f76 #d25fe8

Monochromatic Colors of #e85fba

#e85fba

Complementary Color

#e85fba #5fe88d

#e85fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85fba Color CSS Codes

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

#e85fba Text Font Color

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

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


#e85fba Background Color

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

This div background color is #e85fba


#e85fba Border Color

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

This div border color is #e85fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85fba


Comments

No comments written yet.

Please login to write comment.