Color Hex Logo

#e6397c Color Hex

#E6397C
(230,57,124)
0 Favorites   0 Comments

Color spaces of #e6397c

RGB 23057124
HSL0.940.780.56
HSV337°75°90°
CMYK 0.000.750.46   0.10
XYZ37.734321.204521.1728
Yxy21.20450.47100.2647
Hunter Lab46.048365.68724.9726
CIE-Lab53.172669.32423.3935

#e6397c color RGB value is (230,57,124).

#e6397c hex color red value is 230, green value is 57 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #e6397c hue: 0.94 , saturation: 0.78 and the lightness value of e6397c is 0.56.

The process color (four color CMYK) of #e6397c color hex is 0.00, 0.75, 0.46, 0.10. Web safe color of #e6397c is #ff3366. Color #e6397c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111001 01111100
Octal 346 71 174
Decimal 230 57 124
Hex E6 39 7C

RGB Percentages of Color #e6397c

%55.96
%13.87
%30.17

CMYK Percentages of Color #e6397c

%0
%75
%46
%10

Triadic Colors of #e6397c

#e6397c #7ce639 #397ce6

Analogous Colors of #e6397c

#e6397c #e64d39 #e639d3

Monochromatic Colors of #e6397c

#e6397c

Complementary Color

#e6397c #39e6a3

#e6397c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6397c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6397c Color CSS Codes

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

#e6397c Text Font Color

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

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


#e6397c Background Color

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

This div background color is #e6397c


#e6397c Border Color

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

This div border color is #e6397c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,57,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6397c


Comments

No comments written yet.

Please login to write comment.