Color Hex Logo

#e953ba Color Hex

#E953BA
(233,83,186)
0 Favorites   0 Comments

Color spaces of #e953ba

RGB 23383186
HSL0.890.770.62
HSV319°64°91°
CMYK 0.000.640.20   0.09
XYZ45.560527.055349.2753
Yxy27.05530.37380.2220
Hunter Lab52.014765.3252-19.7571
CIE-Lab59.025567.9235-24.1969

#e953ba color RGB value is (233,83,186).

#e953ba hex color red value is 233, green value is 83 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e953ba hue: 0.89 , saturation: 0.77 and the lightness value of e953ba is 0.62.

The process color (four color CMYK) of #e953ba color hex is 0.00, 0.64, 0.20, 0.09. Web safe color of #e953ba is #ff66cc. Color #e953ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010011 10111010
Octal 351 123 272
Decimal 233 83 186
Hex E9 53 BA

RGB Percentages of Color #e953ba

%46.41
%16.53
%37.05

CMYK Percentages of Color #e953ba

%0
%64
%20
%9

Triadic Colors of #e953ba

#e953ba #bae953 #53bae9

Analogous Colors of #e953ba

#e953ba #e9536f #cd53e9

Monochromatic Colors of #e953ba

#e953ba

Complementary Color

#e953ba #53e982

#e953ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e953ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e953ba Color CSS Codes

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

#e953ba Text Font Color

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

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


#e953ba Background Color

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

This div background color is #e953ba


#e953ba Border Color

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

This div border color is #e953ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e953ba


Comments

No comments written yet.

Please login to write comment.