Color Hex Logo

#e872b4 Color Hex

#E872B4
(232,114,180)
0 Favorites   0 Comments

Color spaces of #e872b4

RGB 232114180
HSL0.910.720.68
HSV326°51°91°
CMYK 0.000.510.22   0.09
XYZ47.534232.485746.9451
Yxy32.48570.37440.2559
Hunter Lab56.996249.1236-8.9370
CIE-Lab63.742353.1633-13.6048

#e872b4 color RGB value is (232,114,180).

#e872b4 hex color red value is 232, green value is 114 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #e872b4 hue: 0.91 , saturation: 0.72 and the lightness value of e872b4 is 0.68.

The process color (four color CMYK) of #e872b4 color hex is 0.00, 0.51, 0.22, 0.09. Web safe color of #e872b4 is #ff66cc. Color #e872b4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110010 10110100
Octal 350 162 264
Decimal 232 114 180
Hex E8 72 B4

RGB Percentages of Color #e872b4

%44.11
%21.67
%34.22

CMYK Percentages of Color #e872b4

%0
%51
%22
%9

Triadic Colors of #e872b4

#e872b4 #b4e872 #72b4e8

Analogous Colors of #e872b4

#e872b4 #e87279 #e172e8

Monochromatic Colors of #e872b4

#e872b4

Complementary Color

#e872b4 #72e8a6

#e872b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e872b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e872b4 Color CSS Codes

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

#e872b4 Text Font Color

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

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


#e872b4 Background Color

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

This div background color is #e872b4


#e872b4 Border Color

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

This div border color is #e872b4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,114,180, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e872b4


Comments

No comments written yet.

Please login to write comment.