Color Hex Logo

#e85dba Color Hex

#E85DBA
(232,93,186)
0 Favorites   0 Comments

Color spaces of #e85dba

RGB 23293186
HSL0.890.750.64
HSV320°60°91°
CMYK 0.000.600.20   0.09
XYZ46.056028.529749.5337
Yxy28.52970.37110.2299
Hunter Lab53.413260.4401-17.5944
CIE-Lab60.364363.5662-22.1565

#e85dba color RGB value is (232,93,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011101 10111010
Octal 350 135 272
Decimal 232 93 186
Hex E8 5D BA

RGB Percentages of Color #e85dba

%45.40
%18.20
%36.40

CMYK Percentages of Color #e85dba

%0
%60
%20
%9

Triadic Colors of #e85dba

#e85dba #bae85d #5dbae8

Analogous Colors of #e85dba

#e85dba #e85d75 #d15de8

Monochromatic Colors of #e85dba

#e85dba

Complementary Color

#e85dba #5de88b

#e85dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85dba Color CSS Codes

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

#e85dba Text Font Color

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

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


#e85dba Background Color

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

This div background color is #e85dba


#e85dba Border Color

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

This div border color is #e85dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85dba


Comments

No comments written yet.

Please login to write comment.