Color Hex Logo

#e93bdf Color Hex

#E93BDF
(233,59,223)
0 Favorites   0 Comments

Color spaces of #e93bdf

RGB 23359223
HSL0.840.800.57
HSV303°75°91°
CMYK 0.000.750.04   0.09
XYZ48.487525.779372.2324
Yxy25.77930.33100.1760
Hunter Lab50.773381.6106-48.8073
CIE-Lab57.827081.2960-47.1419

#e93bdf color RGB value is (233,59,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111011 11011111
Octal 351 73 337
Decimal 233 59 223
Hex E9 3B DF

RGB Percentages of Color #e93bdf

%45.24
%11.46
%43.30

CMYK Percentages of Color #e93bdf

%0
%75
%4
%9

Triadic Colors of #e93bdf

#e93bdf #dfe93b #3bdfe9

Analogous Colors of #e93bdf

#e93bdf #e93b88 #9c3be9

Monochromatic Colors of #e93bdf

#e93bdf

Complementary Color

#e93bdf #3be945

#e93bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93bdf Color CSS Codes

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

#e93bdf Text Font Color

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

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


#e93bdf Background Color

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

This div background color is #e93bdf


#e93bdf Border Color

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

This div border color is #e93bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93bdf


Comments

No comments written yet.

Please login to write comment.