Color Hex Logo

#ee35dc Color Hex

#EE35DC
(238,53,220)
0 Favorites   0 Comments

Color spaces of #ee35dc

RGB 23853220
HSL0.850.840.57
HSV306°78°93°
CMYK 0.000.780.08   0.07
XYZ49.451325.890770.1012
Yxy25.89070.34000.1780
Hunter Lab50.882984.4328-46.0656
CIE-Lab57.933283.4680-45.2262

#ee35dc color RGB value is (238,53,220).

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

The process color (four color CMYK) of #ee35dc color hex is 0.00, 0.78, 0.08, 0.07. Web safe color of #ee35dc is #ff33cc. Color #ee35dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110101 11011100
Octal 356 65 334
Decimal 238 53 220
Hex EE 35 DC

RGB Percentages of Color #ee35dc

%46.58
%10.37
%43.05

CMYK Percentages of Color #ee35dc

%0
%78
%8
%7

Triadic Colors of #ee35dc

#ee35dc #dcee35 #35dcee

Analogous Colors of #ee35dc

#ee35dc #ee3580 #a435ee

Monochromatic Colors of #ee35dc

#ee35dc

Complementary Color

#ee35dc #35ee47

#ee35dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee35dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee35dc Color CSS Codes

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

#ee35dc Text Font Color

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

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


#ee35dc Background Color

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

This div background color is #ee35dc


#ee35dc Border Color

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

This div border color is #ee35dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee35dc


Comments

No comments written yet.

Please login to write comment.