Color Hex Logo

#ee33ea Color Hex

#EE33EA
(238,51,234)
0 Favorites   0 Comments

Color spaces of #ee33ea

RGB 23851234
HSL0.840.850.57
HSV301°79°93°
CMYK 0.000.790.02   0.07
XYZ51.295026.485380.2505
Yxy26.48530.32460.1676
Hunter Lab51.463987.8525-56.4295
CIE-Lab58.494985.9838-52.2194

#ee33ea color RGB value is (238,51,234).

#ee33ea hex color red value is 238, green value is 51 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ee33ea hue: 0.84 , saturation: 0.85 and the lightness value of ee33ea is 0.57.

The process color (four color CMYK) of #ee33ea color hex is 0.00, 0.79, 0.02, 0.07. Web safe color of #ee33ea is #ff33ff. Color #ee33ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110011 11101010
Octal 356 63 352
Decimal 238 51 234
Hex EE 33 EA

RGB Percentages of Color #ee33ea

%45.51
%9.75
%44.74

CMYK Percentages of Color #ee33ea

%0
%79
%2
%7

Triadic Colors of #ee33ea

#ee33ea #eaee33 #33eaee

Analogous Colors of #ee33ea

#ee33ea #ee338d #9533ee

Monochromatic Colors of #ee33ea

#ee33ea

Complementary Color

#ee33ea #33ee37

#ee33ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee33ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee33ea Color CSS Codes

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

#ee33ea Text Font Color

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

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


#ee33ea Background Color

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

This div background color is #ee33ea


#ee33ea Border Color

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

This div border color is #ee33ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee33ea


Comments

No comments written yet.

Please login to write comment.