Color Hex Logo

#ee36ea Color Hex

#EE36EA
(238,54,234)
0 Favorites   0 Comments

Color spaces of #ee36ea

RGB 23854234
HSL0.840.840.57
HSV301°77°93°
CMYK 0.000.770.02   0.07
XYZ51.430326.756080.2956
Yxy26.75600.32450.1688
Hunter Lab51.726286.9580-55.8287
CIE-Lab58.747885.2511-51.8172

#ee36ea color RGB value is (238,54,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110110 11101010
Octal 356 66 352
Decimal 238 54 234
Hex EE 36 EA

RGB Percentages of Color #ee36ea

%45.25
%10.27
%44.49

CMYK Percentages of Color #ee36ea

%0
%77
%2
%7

Triadic Colors of #ee36ea

#ee36ea #eaee36 #36eaee

Analogous Colors of #ee36ea

#ee36ea #ee368e #9636ee

Monochromatic Colors of #ee36ea

#ee36ea

Complementary Color

#ee36ea #36ee3a

#ee36ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee36ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee36ea Color CSS Codes

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

#ee36ea Text Font Color

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

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


#ee36ea Background Color

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

This div background color is #ee36ea


#ee36ea Border Color

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

This div border color is #ee36ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee36ea


Comments

No comments written yet.

Please login to write comment.