Color Hex Logo

#e372e1 Color Hex

#E372E1
(227,114,225)
0 Favorites   0 Comments

Color spaces of #e372e1

RGB 227114225
HSL0.840.670.67
HSV301°50°89°
CMYK 0.000.500.01   0.11
XYZ51.286533.801875.0555
Yxy33.80180.32030.2111
Hunter Lab58.139355.7166-35.8435
CIE-Lab64.804958.7626-37.3544

#e372e1 color RGB value is (227,114,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110010 11100001
Octal 343 162 341
Decimal 227 114 225
Hex E3 72 E1

RGB Percentages of Color #e372e1

%40.11
%20.14
%39.75

CMYK Percentages of Color #e372e1

%0
%50
%1
%11

Triadic Colors of #e372e1

#e372e1 #e1e372 #72e1e3

Analogous Colors of #e372e1

#e372e1 #e372a9 #ad72e3

Monochromatic Colors of #e372e1

#e372e1

Complementary Color

#e372e1 #72e374

#e372e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e372e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e372e1 Color CSS Codes

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

#e372e1 Text Font Color

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

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


#e372e1 Background Color

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

This div background color is #e372e1


#e372e1 Border Color

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

This div border color is #e372e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e372e1


Comments

No comments written yet.

Please login to write comment.