Color Hex Logo

#e95edb Color Hex

#E95EDB
(233,94,219)
0 Favorites   0 Comments

Color spaces of #e95edb

RGB 23394219
HSL0.850.760.64
HSV306°60°91°
CMYK 0.000.600.06   0.09
XYZ50.393230.443570.2380
Yxy30.44350.33360.2015
Hunter Lab55.175666.4709-36.8526
CIE-Lab62.035068.3248-38.2663

#e95edb color RGB value is (233,94,219).

#e95edb hex color red value is 233, green value is 94 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e95edb hue: 0.85 , saturation: 0.76 and the lightness value of e95edb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011110 11011011
Octal 351 136 333
Decimal 233 94 219
Hex E9 5E DB

RGB Percentages of Color #e95edb

%42.67
%17.22
%40.11

CMYK Percentages of Color #e95edb

%0
%60
%6
%9

Triadic Colors of #e95edb

#e95edb #dbe95e #5edbe9

Analogous Colors of #e95edb

#e95edb #e95e96 #b25ee9

Monochromatic Colors of #e95edb

#e95edb

Complementary Color

#e95edb #5ee96c

#e95edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95edb Color CSS Codes

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

#e95edb Text Font Color

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

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


#e95edb Background Color

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

This div background color is #e95edb


#e95edb Border Color

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

This div border color is #e95edb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,94,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e95edb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e95edb;
  -webkit-box-shadow: 1px 1px 3px 2px #e95edb;
  box-shadow:         1px 1px 3px 2px #e95edb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,94,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95edb


Comments

No comments written yet.

Please login to write comment.