Color Hex Logo

#ee3bda Color Hex

#EE3BDA
(238,59,218)
0 Favorites   0 Comments

Color spaces of #ee3bda

RGB 23859218
HSL0.850.840.58
HSV307°75°93°
CMYK 0.000.750.08   0.07
XYZ49.478726.367068.8112
Yxy26.36700.34200.1823
Hunter Lab51.348882.1387-43.5088
CIE-Lab58.383881.5999-43.3834

#ee3bda color RGB value is (238,59,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111011 11011010
Octal 356 73 332
Decimal 238 59 218
Hex EE 3B DA

RGB Percentages of Color #ee3bda

%46.21
%11.46
%42.33

CMYK Percentages of Color #ee3bda

%0
%75
%8
%7

Triadic Colors of #ee3bda

#ee3bda #daee3b #3bdaee

Analogous Colors of #ee3bda

#ee3bda #ee3b81 #a93bee

Monochromatic Colors of #ee3bda

#ee3bda

Complementary Color

#ee3bda #3bee4f

#ee3bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3bda Color CSS Codes

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

#ee3bda Text Font Color

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

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


#ee3bda Background Color

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

This div background color is #ee3bda


#ee3bda Border Color

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

This div border color is #ee3bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3bda


Comments

No comments written yet.

Please login to write comment.