Color Hex Logo

#e372be Color Hex

#E372BE
(227,114,190)
0 Favorites   0 Comments

Color spaces of #e372be

RGB 227114190
HSL0.890.670.67
HSV320°50°89°
CMYK 0.000.500.16   0.11
XYZ46.990132.083252.4312
Yxy32.08320.35730.2440
Hunter Lab56.642048.9596-15.2329
CIE-Lab63.411653.0686-19.8451

#e372be color RGB value is (227,114,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110010 10111110
Octal 343 162 276
Decimal 227 114 190
Hex E3 72 BE

RGB Percentages of Color #e372be

%42.75
%21.47
%35.78

CMYK Percentages of Color #e372be

%0
%50
%16
%11

Triadic Colors of #e372be

#e372be #bee372 #72bee3

Analogous Colors of #e372be

#e372be #e37286 #d072e3

Monochromatic Colors of #e372be

#e372be

Complementary Color

#e372be #72e397

#e372be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e372be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e372be Color CSS Codes

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

#e372be Text Font Color

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

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


#e372be Background Color

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

This div background color is #e372be


#e372be Border Color

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

This div border color is #e372be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e372be


Comments

No comments written yet.

Please login to write comment.