Color Hex Logo

#e33cee Color Hex

#E33CEE
(227,60,238)
0 Favorites   0 Comments

Color spaces of #e33cee

RGB 22760238
HSL0.820.840.58
HSV296°75°93°
CMYK 0.050.750.00   0.07
XYZ48.727025.735783.2882
Yxy25.73570.30890.1631
Hunter Lab50.730482.6728-61.8300
CIE-Lab57.785382.1322-55.6941

#e33cee color RGB value is (227,60,238).

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

The process color (four color CMYK) of #e33cee color hex is 0.05, 0.75, 0.00, 0.07. Web safe color of #e33cee is #cc33ff. Color #e33cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111100 11101110
Octal 343 74 356
Decimal 227 60 238
Hex E3 3C EE

RGB Percentages of Color #e33cee

%43.24
%11.43
%45.33

CMYK Percentages of Color #e33cee

%5
%75
%0
%7

Triadic Colors of #e33cee

#e33cee #eee33c #3ceee3

Analogous Colors of #e33cee

#e33cee #ee3ca0 #8a3cee

Monochromatic Colors of #e33cee

#e33cee

Complementary Color

#e33cee #47ee3c

#e33cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33cee Color CSS Codes

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

#e33cee Text Font Color

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

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


#e33cee Background Color

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

This div background color is #e33cee


#e33cee Border Color

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

This div border color is #e33cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33cee


Comments

No comments written yet.

Please login to write comment.