Color Hex Logo

#e373ef Color Hex

#E373EF
(227,115,239)
0 Favorites   0 Comments

Color spaces of #e373ef

RGB 227115239
HSL0.820.790.69
HSV294°52°94°
CMYK 0.050.520.00   0.06
XYZ53.389334.824485.5692
Yxy34.82440.30720.2004
Hunter Lab59.012258.2205-44.6635
CIE-Lab65.611760.7741-43.8550

#e373ef color RGB value is (227,115,239).

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

The process color (four color CMYK) of #e373ef color hex is 0.05, 0.52, 0.00, 0.06. Web safe color of #e373ef is #cc66ff. Color #e373ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110011 11101111
Octal 343 163 357
Decimal 227 115 239
Hex E3 73 EF

RGB Percentages of Color #e373ef

%39.07
%19.79
%41.14

CMYK Percentages of Color #e373ef

%5
%52
%0
%6

Triadic Colors of #e373ef

#e373ef #efe373 #73efe3

Analogous Colors of #e373ef

#e373ef #ef73bd #a573ef

Monochromatic Colors of #e373ef

#e373ef

Complementary Color

#e373ef #7fef73

#e373ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e373ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e373ef Color CSS Codes

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

#e373ef Text Font Color

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

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


#e373ef Background Color

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

This div background color is #e373ef


#e373ef Border Color

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

This div border color is #e373ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e373ef


Comments

No comments written yet.

Please login to write comment.