Color Hex Logo

#e848ba Color Hex

#E848BA
(232,72,186)
0 Favorites   0 Comments

Color spaces of #e848ba

RGB 23272186
HSL0.880.780.60
HSV317°69°91°
CMYK 0.000.690.20   0.09
XYZ44.459025.335749.0014
Yxy25.33570.37420.2133
Hunter Lab50.334669.5781-22.4854
CIE-Lab57.401171.7460-26.7126

#e848ba color RGB value is (232,72,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001000 10111010
Octal 350 110 272
Decimal 232 72 186
Hex E8 48 BA

RGB Percentages of Color #e848ba

%47.35
%14.69
%37.96

CMYK Percentages of Color #e848ba

%0
%69
%20
%9

Triadic Colors of #e848ba

#e848ba #bae848 #48bae8

Analogous Colors of #e848ba

#e848ba #e8486a #c648e8

Monochromatic Colors of #e848ba

#e848ba

Complementary Color

#e848ba #48e876

#e848ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e848ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e848ba Color CSS Codes

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

#e848ba Text Font Color

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

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


#e848ba Background Color

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

This div background color is #e848ba


#e848ba Border Color

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

This div border color is #e848ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e848ba


Comments

No comments written yet.

Please login to write comment.