Color Hex Logo

#ee35db Color Hex

#EE35DB
(238,53,219)
0 Favorites   0 Comments

Color spaces of #ee35db

RGB 23853219
HSL0.850.840.57
HSV306°78°93°
CMYK 0.000.780.08   0.07
XYZ49.319225.837869.4056
Yxy25.83780.34120.1787
Hunter Lab50.830984.2374-45.3742
CIE-Lab57.882883.3268-44.7399

#ee35db color RGB value is (238,53,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110101 11011011
Octal 356 65 333
Decimal 238 53 219
Hex EE 35 DB

RGB Percentages of Color #ee35db

%46.67
%10.39
%42.94

CMYK Percentages of Color #ee35db

%0
%78
%8
%7

Triadic Colors of #ee35db

#ee35db #dbee35 #35dbee

Analogous Colors of #ee35db

#ee35db #ee357f #a535ee

Monochromatic Colors of #ee35db

#ee35db

Complementary Color

#ee35db #35ee48

#ee35db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee35db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee35db Color CSS Codes

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

#ee35db Text Font Color

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

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


#ee35db Background Color

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

This div background color is #ee35db


#ee35db Border Color

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

This div border color is #ee35db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee35db


Comments

No comments written yet.

Please login to write comment.