Color Hex Logo

#e472be Color Hex

#E472BE
(228,114,190)
0 Favorites   0 Comments

Color spaces of #e472be

RGB 228114190
HSL0.890.680.67
HSV320°50°89°
CMYK 0.000.500.17   0.11
XYZ47.306532.246352.4460
Yxy32.24630.35840.2443
Hunter Lab56.785849.3276-15.0087
CIE-Lab63.545953.3749-19.6283

#e472be color RGB value is (228,114,190).

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

The process color (four color CMYK) of #e472be color hex is 0.00, 0.50, 0.17, 0.11. Web safe color of #e472be is #cc66cc. Color #e472be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110010 10111110
Octal 344 162 276
Decimal 228 114 190
Hex E4 72 BE

RGB Percentages of Color #e472be

%42.86
%21.43
%35.71

CMYK Percentages of Color #e472be

%0
%50
%17
%11

Triadic Colors of #e472be

#e472be #bee472 #72bee4

Analogous Colors of #e472be

#e472be #e47285 #d172e4

Monochromatic Colors of #e472be

#e472be

Complementary Color

#e472be #72e498

#e472be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e472be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e472be Color CSS Codes

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

#e472be Text Font Color

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

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


#e472be Background Color

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

This div background color is #e472be


#e472be Border Color

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

This div border color is #e472be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e472be


Comments

No comments written yet.

Please login to write comment.