Color Hex Logo

#e93bda Color Hex

#E93BDA
(233,59,218)
0 Favorites   0 Comments

Color spaces of #e93bda

RGB 23359218
HSL0.850.800.57
HSV305°75°91°
CMYK 0.000.750.06   0.09
XYZ47.823125.513568.7337
Yxy25.51350.33660.1796
Hunter Lab50.510980.6076-45.3224
CIE-Lab57.572480.5602-44.7179

#e93bda color RGB value is (233,59,218).

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

The process color (four color CMYK) of #e93bda color hex is 0.00, 0.75, 0.06, 0.09. Web safe color of #e93bda is #ff33cc. Color #e93bda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111011 11011010
Octal 351 73 332
Decimal 233 59 218
Hex E9 3B DA

RGB Percentages of Color #e93bda

%45.69
%11.57
%42.75

CMYK Percentages of Color #e93bda

%0
%75
%6
%9

Triadic Colors of #e93bda

#e93bda #dae93b #3bdae9

Analogous Colors of #e93bda

#e93bda #e93b83 #a13be9

Monochromatic Colors of #e93bda

#e93bda

Complementary Color

#e93bda #3be94a

#e93bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93bda Color CSS Codes

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

#e93bda Text Font Color

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

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


#e93bda Background Color

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

This div background color is #e93bda


#e93bda Border Color

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

This div border color is #e93bda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,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 #e93bda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93bda


Comments

No comments written yet.

Please login to write comment.