Color Hex Logo

#e93bcb Color Hex

#E93BCB
(233,59,203)
0 Favorites   0 Comments

Color spaces of #e93bcb

RGB 23359203
HSL0.860.800.57
HSV310°75°91°
CMYK 0.000.750.13   0.09
XYZ45.947724.763458.8580
Yxy24.76340.35460.1911
Hunter Lab49.762877.7301-35.2925
CIE-Lab56.844278.4311-37.3281

#e93bcb color RGB value is (233,59,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111011 11001011
Octal 351 73 313
Decimal 233 59 203
Hex E9 3B CB

RGB Percentages of Color #e93bcb

%47.07
%11.92
%41.01

CMYK Percentages of Color #e93bcb

%0
%75
%13
%9

Triadic Colors of #e93bcb

#e93bcb #cbe93b #3bcbe9

Analogous Colors of #e93bcb

#e93bcb #e93b74 #b03be9

Monochromatic Colors of #e93bcb

#e93bcb

Complementary Color

#e93bcb #3be959

#e93bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93bcb Color CSS Codes

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

#e93bcb Text Font Color

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

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


#e93bcb Background Color

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

This div background color is #e93bcb


#e93bcb Border Color

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

This div border color is #e93bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93bcb


Comments

No comments written yet.

Please login to write comment.