Color Hex Logo

#e36bdd Color Hex

#E36BDD
(227,107,221)
0 Favorites   0 Comments

Color spaces of #e36bdd

RGB 227107221
HSL0.840.680.65
HSV303°53°89°
CMYK 0.000.530.03   0.11
XYZ49.987432.066771.9615
Yxy32.06670.32460.2082
Hunter Lab56.627558.4712-35.7058
CIE-Lab63.398061.3608-37.3184

#e36bdd color RGB value is (227,107,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01101011 11011101
Octal 343 153 335
Decimal 227 107 221
Hex E3 6B DD

RGB Percentages of Color #e36bdd

%40.90
%19.28
%39.82

CMYK Percentages of Color #e36bdd

%0
%53
%3
%11

Triadic Colors of #e36bdd

#e36bdd #dde36b #6bdde3

Analogous Colors of #e36bdd

#e36bdd #e36ba1 #ad6be3

Monochromatic Colors of #e36bdd

#e36bdd

Complementary Color

#e36bdd #6be371

#e36bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e36bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e36bdd Color CSS Codes

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

#e36bdd Text Font Color

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

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


#e36bdd Background Color

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

This div background color is #e36bdd


#e36bdd Border Color

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

This div border color is #e36bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,107,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e36bdd


Comments

No comments written yet.

Please login to write comment.