Color Hex Logo

#e6388b Color Hex

#E6388B
(230,56,139)
0 Favorites   0 Comments

Color spaces of #e6388b

RGB 23056139
HSL0.920.780.56
HSV331°76°90°
CMYK 0.000.760.40   0.10
XYZ38.707521.515426.5389
Yxy21.51540.44610.2480
Hunter Lab46.384767.7830-1.4534
CIE-Lab53.509071.0065-5.0881

#e6388b color RGB value is (230,56,139).

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

The process color (four color CMYK) of #e6388b color hex is 0.00, 0.76, 0.40, 0.10. Web safe color of #e6388b is #ff3399. Color #e6388b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111000 10001011
Octal 346 70 213
Decimal 230 56 139
Hex E6 38 8B

RGB Percentages of Color #e6388b

%54.12
%13.18
%32.71

CMYK Percentages of Color #e6388b

%0
%76
%40
%10

Triadic Colors of #e6388b

#e6388b #8be638 #388be6

Analogous Colors of #e6388b

#e6388b #e63c38 #e638e2

Monochromatic Colors of #e6388b

#e6388b

Complementary Color

#e6388b #38e693

#e6388b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6388b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6388b Color CSS Codes

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

#e6388b Text Font Color

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

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


#e6388b Background Color

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

This div background color is #e6388b


#e6388b Border Color

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

This div border color is #e6388b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6388b


Comments

No comments written yet.

Please login to write comment.