Color Hex Logo

#e37cea Color Hex

#E37CEA
(227,124,234)
0 Favorites   0 Comments

Color spaces of #e37cea

RGB 227124234
HSL0.820.720.70
HSV296°47°92°
CMYK 0.030.470.00   0.08
XYZ53.737536.686782.0909
Yxy36.68670.31150.2127
Hunter Lab60.569552.3691-37.9580
CIE-Lab67.041355.5070-38.8548

#e37cea color RGB value is (227,124,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111100 11101010
Octal 343 174 352
Decimal 227 124 234
Hex E3 7C EA

RGB Percentages of Color #e37cea

%38.80
%21.20
%40.00

CMYK Percentages of Color #e37cea

%3
%47
%0
%8

Triadic Colors of #e37cea

#e37cea #eae37c #7ceae3

Analogous Colors of #e37cea

#e37cea #ea7cba #ac7cea

Monochromatic Colors of #e37cea

#e37cea

Complementary Color

#e37cea #83ea7c

#e37cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e37cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e37cea Color CSS Codes

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

#e37cea Text Font Color

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

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


#e37cea Background Color

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

This div background color is #e37cea


#e37cea Border Color

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

This div border color is #e37cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e37cea


Comments

No comments written yet.

Please login to write comment.