Color Hex Logo

#ee35e7 Color Hex

#EE35E7
(238,53,231)
0 Favorites   0 Comments

Color spaces of #ee35e7

RGB 23853231
HSL0.840.840.57
HSV302°78°93°
CMYK 0.000.780.03   0.07
XYZ50.956826.492978.0292
Yxy26.49290.32770.1704
Hunter Lab51.471386.6412-53.8524
CIE-Lab58.502085.0564-50.5247

#ee35e7 color RGB value is (238,53,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110101 11100111
Octal 356 65 347
Decimal 238 53 231
Hex EE 35 E7

RGB Percentages of Color #ee35e7

%45.59
%10.15
%44.25

CMYK Percentages of Color #ee35e7

%0
%78
%3
%7

Triadic Colors of #ee35e7

#ee35e7 #e7ee35 #35e7ee

Analogous Colors of #ee35e7

#ee35e7 #ee358b #9935ee

Monochromatic Colors of #ee35e7

#ee35e7

Complementary Color

#ee35e7 #35ee3c

#ee35e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee35e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee35e7 Color CSS Codes

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

#ee35e7 Text Font Color

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

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


#ee35e7 Background Color

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

This div background color is #ee35e7


#ee35e7 Border Color

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

This div border color is #ee35e7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee35e7


Comments

No comments written yet.

Please login to write comment.