Color Hex Logo

#e36bdb Color Hex

#E36BDB
(227,107,219)
0 Favorites   0 Comments

Color spaces of #e36bdb

RGB 227107219
HSL0.840.680.65
HSV304°53°89°
CMYK 0.000.530.04   0.11
XYZ49.722431.960870.5662
Yxy31.96080.32660.2099
Hunter Lab56.533958.0591-34.4327
CIE-Lab63.310561.0235-36.3359

#e36bdb color RGB value is (227,107,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01101011 11011011
Octal 343 153 333
Decimal 227 107 219
Hex E3 6B DB

RGB Percentages of Color #e36bdb

%41.05
%19.35
%39.60

CMYK Percentages of Color #e36bdb

%0
%53
%4
%11

Triadic Colors of #e36bdb

#e36bdb #dbe36b #6bdbe3

Analogous Colors of #e36bdb

#e36bdb #e36b9f #af6be3

Monochromatic Colors of #e36bdb

#e36bdb

Complementary Color

#e36bdb #6be373

#e36bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e36bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e36bdb Color CSS Codes

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

#e36bdb Text Font Color

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

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


#e36bdb Background Color

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

This div background color is #e36bdb


#e36bdb Border Color

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

This div border color is #e36bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e36bdb


Comments

No comments written yet.

Please login to write comment.