Color Hex Logo

#e35bdb Color Hex

#E35BDB
(227,91,219)
0 Favorites   0 Comments

Color spaces of #e35bdb

RGB 22791219
HSL0.840.710.62
HSV304°60°89°
CMYK 0.000.600.04   0.11
XYZ48.205828.927570.0607
Yxy28.92750.32750.1965
Hunter Lab53.784365.8635-39.5836
CIE-Lab60.717668.0612-40.3922

#e35bdb color RGB value is (227,91,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011011 11011011
Octal 343 133 333
Decimal 227 91 219
Hex E3 5B DB

RGB Percentages of Color #e35bdb

%42.27
%16.95
%40.78

CMYK Percentages of Color #e35bdb

%0
%60
%4
%11

Triadic Colors of #e35bdb

#e35bdb #dbe35b #5bdbe3

Analogous Colors of #e35bdb

#e35bdb #e35b97 #a75be3

Monochromatic Colors of #e35bdb

#e35bdb

Complementary Color

#e35bdb #5be363

#e35bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35bdb Color CSS Codes

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

#e35bdb Text Font Color

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

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


#e35bdb Background Color

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

This div background color is #e35bdb


#e35bdb Border Color

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

This div border color is #e35bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35bdb


Comments

No comments written yet.

Please login to write comment.