Color Hex Logo

#e872be Color Hex

#E872BE
(232,114,190)
0 Favorites   0 Comments

Color spaces of #e872be

RGB 232114190
HSL0.890.720.68
HSV321°51°91°
CMYK 0.000.510.18   0.09
XYZ48.590332.908152.5061
Yxy32.90810.36260.2456
Hunter Lab57.365650.8049-14.1116
CIE-Lab64.086454.5977-18.7562

#e872be color RGB value is (232,114,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110010 10111110
Octal 350 162 276
Decimal 232 114 190
Hex E8 72 BE

RGB Percentages of Color #e872be

%43.28
%21.27
%35.45

CMYK Percentages of Color #e872be

%0
%51
%18
%9

Triadic Colors of #e872be

#e872be #bee872 #72bee8

Analogous Colors of #e872be

#e872be #e87283 #d772e8

Monochromatic Colors of #e872be

#e872be

Complementary Color

#e872be #72e89c

#e872be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e872be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e872be Color CSS Codes

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

#e872be Text Font Color

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

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


#e872be Background Color

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

This div background color is #e872be


#e872be Border Color

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

This div border color is #e872be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e872be


Comments

No comments written yet.

Please login to write comment.