Color Hex Logo

#e33cde Color Hex

#E33CDE
(227,60,222)
0 Favorites   0 Comments

Color spaces of #e33cde

RGB 22760222
HSL0.840.750.56
HSV302°74°89°
CMYK 0.000.740.02   0.11
XYZ46.479224.836571.4514
Yxy24.83650.32560.1740
Hunter Lab49.836279.2626-50.1201
CIE-Lab56.915879.6298-48.0820

#e33cde color RGB value is (227,60,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111100 11011110
Octal 343 74 336
Decimal 227 60 222
Hex E3 3C DE

RGB Percentages of Color #e33cde

%44.60
%11.79
%43.61

CMYK Percentages of Color #e33cde

%0
%74
%2
%11

Triadic Colors of #e33cde

#e33cde #dee33c #3cdee3

Analogous Colors of #e33cde

#e33cde #e33c8b #953ce3

Monochromatic Colors of #e33cde

#e33cde

Complementary Color

#e33cde #3ce341

#e33cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33cde Color CSS Codes

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

#e33cde Text Font Color

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

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


#e33cde Background Color

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

This div background color is #e33cde


#e33cde Border Color

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

This div border color is #e33cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33cde


Comments

No comments written yet.

Please login to write comment.