Color Hex Logo

#ee35d0 Color Hex

#EE35D0
(238,53,208)
0 Favorites   0 Comments

Color spaces of #ee35d0

RGB 23853208
HSL0.860.840.57
HSV310°78°93°
CMYK 0.000.780.13   0.07
XYZ47.918225.277462.0280
Yxy25.27740.35440.1869
Hunter Lab50.276682.1426-37.9545
CIE-Lab57.344781.8049-39.3390

#ee35d0 color RGB value is (238,53,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110101 11010000
Octal 356 65 320
Decimal 238 53 208
Hex EE 35 D0

RGB Percentages of Color #ee35d0

%47.70
%10.62
%41.68

CMYK Percentages of Color #ee35d0

%0
%78
%13
%7

Triadic Colors of #ee35d0

#ee35d0 #d0ee35 #35d0ee

Analogous Colors of #ee35d0

#ee35d0 #ee3574 #b035ee

Monochromatic Colors of #ee35d0

#ee35d0

Complementary Color

#ee35d0 #35ee53

#ee35d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee35d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee35d0 Color CSS Codes

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

#ee35d0 Text Font Color

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

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


#ee35d0 Background Color

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

This div background color is #ee35d0


#ee35d0 Border Color

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

This div border color is #ee35d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee35d0


Comments

No comments written yet.

Please login to write comment.