Color Hex Logo

#e6397d Color Hex

#E6397D
(230,57,125)
0 Favorites   0 Comments

Color spaces of #e6397d

RGB 23057125
HSL0.930.780.56
HSV336°75°90°
CMYK 0.000.750.46   0.10
XYZ37.797921.229921.5076
Yxy21.22990.46930.2636
Hunter Lab46.075965.79784.5774
CIE-Lab53.200269.41162.8336

#e6397d color RGB value is (230,57,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111001 01111101
Octal 346 71 175
Decimal 230 57 125
Hex E6 39 7D

RGB Percentages of Color #e6397d

%55.83
%13.83
%30.34

CMYK Percentages of Color #e6397d

%0
%75
%46
%10

Triadic Colors of #e6397d

#e6397d #7de639 #397de6

Analogous Colors of #e6397d

#e6397d #e64b39 #e639d4

Monochromatic Colors of #e6397d

#e6397d

Complementary Color

#e6397d #39e6a2

#e6397d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6397d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6397d Color CSS Codes

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

#e6397d Text Font Color

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

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


#e6397d Background Color

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

This div background color is #e6397d


#e6397d Border Color

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

This div border color is #e6397d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6397d


Comments

No comments written yet.

Please login to write comment.