Color Hex Logo

#ee35ea Color Hex

#EE35EA
(238,53,234)
0 Favorites   0 Comments

Color spaces of #ee35ea

RGB 23853234
HSL0.840.840.57
HSV301°78°93°
CMYK 0.000.780.02   0.07
XYZ51.384326.663980.2803
Yxy26.66390.32450.1684
Hunter Lab51.637187.2612-56.0323
CIE-Lab58.661985.4997-51.9537

#ee35ea color RGB value is (238,53,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110101 11101010
Octal 356 65 352
Decimal 238 53 234
Hex EE 35 EA

RGB Percentages of Color #ee35ea

%45.33
%10.10
%44.57

CMYK Percentages of Color #ee35ea

%0
%78
%2
%7

Triadic Colors of #ee35ea

#ee35ea #eaee35 #35eaee

Analogous Colors of #ee35ea

#ee35ea #ee358e #9635ee

Monochromatic Colors of #ee35ea

#ee35ea

Complementary Color

#ee35ea #35ee39

#ee35ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee35ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee35ea Color CSS Codes

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

#ee35ea Text Font Color

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

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


#ee35ea Background Color

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

This div background color is #ee35ea


#ee35ea Border Color

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

This div border color is #ee35ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee35ea


Comments

No comments written yet.

Please login to write comment.