Color Hex Logo

#e817ba Color Hex

#E817BA
(232,23,186)
0 Favorites   0 Comments

Color spaces of #e817ba

RGB 23223186
HSL0.870.820.50
HSV313°90°91°
CMYK 0.000.900.20   0.09
XYZ42.448021.313848.3311
Yxy21.31380.37870.1901
Hunter Lab46.166983.3293-29.7526
CIE-Lab53.291283.5182-33.0964

#e817ba color RGB value is (232,23,186).

#e817ba hex color red value is 232, green value is 23 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e817ba hue: 0.87 , saturation: 0.82 and the lightness value of e817ba is 0.50.

The process color (four color CMYK) of #e817ba color hex is 0.00, 0.90, 0.20, 0.09. Web safe color of #e817ba is #ff00cc. Color #e817ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010111 10111010
Octal 350 27 272
Decimal 232 23 186
Hex E8 17 BA

RGB Percentages of Color #e817ba

%52.61
%5.22
%42.18

CMYK Percentages of Color #e817ba

%0
%90
%20
%9

Triadic Colors of #e817ba

#e817ba #bae817 #17bae8

Analogous Colors of #e817ba

#e817ba #e81751 #ae17e8

Monochromatic Colors of #e817ba

#e817ba

Complementary Color

#e817ba #17e845

#e817ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e817ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e817ba Color CSS Codes

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

#e817ba Text Font Color

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

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


#e817ba Background Color

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

This div background color is #e817ba


#e817ba Border Color

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

This div border color is #e817ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e817ba


Comments

No comments written yet.

Please login to write comment.