Color Hex Logo

#e33dde Color Hex

#E33DDE
(227,61,222)
0 Favorites   0 Comments

Color spaces of #e33dde

RGB 22761222
HSL0.840.750.56
HSV302°73°89°
CMYK 0.000.730.02   0.11
XYZ46.532124.942371.4691
Yxy24.94230.32550.1745
Hunter Lab49.942378.9127-49.8864
CIE-Lab57.019279.3335-47.9181

#e33dde color RGB value is (227,61,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111101 11011110
Octal 343 75 336
Decimal 227 61 222
Hex E3 3D DE

RGB Percentages of Color #e33dde

%44.51
%11.96
%43.53

CMYK Percentages of Color #e33dde

%0
%73
%2
%11

Triadic Colors of #e33dde

#e33dde #dee33d #3ddee3

Analogous Colors of #e33dde

#e33dde #e33d8b #953de3

Monochromatic Colors of #e33dde

#e33dde

Complementary Color

#e33dde #3de342

#e33dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33dde Color CSS Codes

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

#e33dde Text Font Color

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

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


#e33dde Background Color

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

This div background color is #e33dde


#e33dde Border Color

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

This div border color is #e33dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33dde


Comments

No comments written yet.

Please login to write comment.