Color Hex Logo

#e33ede Color Hex

#E33EDE
(227,62,222)
0 Favorites   0 Comments

Color spaces of #e33ede

RGB 22762222
HSL0.840.750.57
HSV302°73°89°
CMYK 0.000.730.02   0.11
XYZ46.586025.050171.4870
Yxy25.05010.32550.1750
Hunter Lab50.050178.5580-49.6494
CIE-Lab57.124279.0328-47.7515

#e33ede color RGB value is (227,62,222).

#e33ede hex color red value is 227, green value is 62 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e33ede hue: 0.84 , saturation: 0.75 and the lightness value of e33ede is 0.57.

The process color (four color CMYK) of #e33ede color hex is 0.00, 0.73, 0.02, 0.11. Web safe color of #e33ede is #cc33cc. Color #e33ede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111110 11011110
Octal 343 76 336
Decimal 227 62 222
Hex E3 3E DE

RGB Percentages of Color #e33ede

%44.42
%12.13
%43.44

CMYK Percentages of Color #e33ede

%0
%73
%2
%11

Triadic Colors of #e33ede

#e33ede #dee33e #3edee3

Analogous Colors of #e33ede

#e33ede #e33e8c #963ee3

Monochromatic Colors of #e33ede

#e33ede

Complementary Color

#e33ede #3ee343

#e33ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33ede Color CSS Codes

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

#e33ede Text Font Color

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

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


#e33ede Background Color

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

This div background color is #e33ede


#e33ede Border Color

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

This div border color is #e33ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33ede


Comments

No comments written yet.

Please login to write comment.