Color Hex Logo

#e35edb Color Hex

#E35EDB
(227,94,219)
0 Favorites   0 Comments

Color spaces of #e35edb

RGB 22794219
HSL0.840.700.63
HSV304°59°89°
CMYK 0.000.590.04   0.11
XYZ48.467429.450870.1479
Yxy29.45080.32730.1989
Hunter Lab54.268664.4487-38.6506
CIE-Lab61.177466.7991-39.6709

#e35edb color RGB value is (227,94,219).

#e35edb hex color red value is 227, green value is 94 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e35edb hue: 0.84 , saturation: 0.70 and the lightness value of e35edb is 0.63.

The process color (four color CMYK) of #e35edb color hex is 0.00, 0.59, 0.04, 0.11. Web safe color of #e35edb is #cc66cc. Color #e35edb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011110 11011011
Octal 343 136 333
Decimal 227 94 219
Hex E3 5E DB

RGB Percentages of Color #e35edb

%42.04
%17.41
%40.56

CMYK Percentages of Color #e35edb

%0
%59
%4
%11

Triadic Colors of #e35edb

#e35edb #dbe35e #5edbe3

Analogous Colors of #e35edb

#e35edb #e35e99 #a95ee3

Monochromatic Colors of #e35edb

#e35edb

Complementary Color

#e35edb #5ee366

#e35edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35edb Color CSS Codes

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

#e35edb Text Font Color

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

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


#e35edb Background Color

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

This div background color is #e35edb


#e35edb Border Color

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

This div border color is #e35edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35edb


Comments

No comments written yet.

Please login to write comment.