Color Hex Logo

#e373ea Color Hex

#E373EA
(227,115,234)
0 Favorites   0 Comments

Color spaces of #e373ea

RGB 227115234
HSL0.820.740.68
HSV296°51°92°
CMYK 0.030.510.00   0.08
XYZ52.660634.532981.7319
Yxy34.53290.31170.2044
Hunter Lab58.764757.1203-41.3272
CIE-Lab65.383459.8728-41.4475

#e373ea color RGB value is (227,115,234).

#e373ea hex color red value is 227, green value is 115 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e373ea hue: 0.82 , saturation: 0.74 and the lightness value of e373ea is 0.68.

The process color (four color CMYK) of #e373ea color hex is 0.03, 0.51, 0.00, 0.08. Web safe color of #e373ea is #cc66ff. Color #e373ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110011 11101010
Octal 343 163 352
Decimal 227 115 234
Hex E3 73 EA

RGB Percentages of Color #e373ea

%39.41
%19.97
%40.63

CMYK Percentages of Color #e373ea

%3
%51
%0
%8

Triadic Colors of #e373ea

#e373ea #eae373 #73eae3

Analogous Colors of #e373ea

#e373ea #ea73b6 #a873ea

Monochromatic Colors of #e373ea

#e373ea

Complementary Color

#e373ea #7aea73

#e373ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e373ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e373ea Color CSS Codes

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

#e373ea Text Font Color

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

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


#e373ea Background Color

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

This div background color is #e373ea


#e373ea Border Color

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

This div border color is #e373ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e373ea


Comments

No comments written yet.

Please login to write comment.