Color Hex Logo

#e832ba Color Hex

#E832BA
(232,50,186)
0 Favorites   0 Comments

Color spaces of #e832ba

RGB 23250186
HSL0.880.800.55
HSV315°78°91°
CMYK 0.000.780.20   0.09
XYZ43.282222.982248.6092
Yxy22.98220.37680.2001
Hunter Lab47.939877.2634-26.5601
CIE-Lab55.054078.4075-30.3492

#e832ba color RGB value is (232,50,186).

#e832ba hex color red value is 232, green value is 50 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e832ba hue: 0.88 , saturation: 0.80 and the lightness value of e832ba is 0.55.

The process color (four color CMYK) of #e832ba color hex is 0.00, 0.78, 0.20, 0.09. Web safe color of #e832ba is #ff33cc. Color #e832ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110010 10111010
Octal 350 62 272
Decimal 232 50 186
Hex E8 32 BA

RGB Percentages of Color #e832ba

%49.57
%10.68
%39.74

CMYK Percentages of Color #e832ba

%0
%78
%20
%9

Triadic Colors of #e832ba

#e832ba #bae832 #32bae8

Analogous Colors of #e832ba

#e832ba #e8325f #bb32e8

Monochromatic Colors of #e832ba

#e832ba

Complementary Color

#e832ba #32e860

#e832ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e832ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e832ba Color CSS Codes

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

#e832ba Text Font Color

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

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


#e832ba Background Color

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

This div background color is #e832ba


#e832ba Border Color

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

This div border color is #e832ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e832ba


Comments

No comments written yet.

Please login to write comment.