Color Hex Logo

#e6395d Color Hex

#E6395D
(230,57,93)
0 Favorites   0 Comments

Color spaces of #e6395d

RGB 2305793
HSL0.970.780.56
HSV348°75°90°
CMYK 0.000.750.60   0.10
XYZ36.072020.539612.4192
Yxy20.53960.52250.2975
Hunter Lab45.320662.762215.4772
CIE-Lab52.441966.996321.0101

#e6395d color RGB value is (230,57,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111001 01011101
Octal 346 71 135
Decimal 230 57 93
Hex E6 39 5D

RGB Percentages of Color #e6395d

%60.53
%15.00
%24.47

CMYK Percentages of Color #e6395d

%0
%75
%60
%10

Triadic Colors of #e6395d

#e6395d #5de639 #395de6

Analogous Colors of #e6395d

#e6395d #e66c39 #e639b4

Monochromatic Colors of #e6395d

#e6395d

Complementary Color

#e6395d #39e6c2

#e6395d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6395d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6395d Color CSS Codes

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

#e6395d Text Font Color

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

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


#e6395d Background Color

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

This div background color is #e6395d


#e6395d Border Color

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

This div border color is #e6395d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6395d


Comments

No comments written yet.

Please login to write comment.