Color Hex Logo

#e6138c Color Hex

#E6138C
(230,19,140)
0 Favorites   0 Comments

Color spaces of #e6138c

RGB 23019140
HSL0.900.850.49
HSV326°92°90°
CMYK 0.000.920.39   0.10
XYZ37.599619.182226.5318
Yxy19.18220.45130.2302
Hunter Lab43.797576.5944-5.2587
CIE-Lab50.899778.6834-9.5758

#e6138c color RGB value is (230,19,140).

#e6138c hex color red value is 230, green value is 19 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #e6138c hue: 0.90 , saturation: 0.85 and the lightness value of e6138c is 0.49.

The process color (four color CMYK) of #e6138c color hex is 0.00, 0.92, 0.39, 0.10. Web safe color of #e6138c is #ff0099. Color #e6138c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010011 10001100
Octal 346 23 214
Decimal 230 19 140
Hex E6 13 8C

RGB Percentages of Color #e6138c

%59.13
%4.88
%35.99

CMYK Percentages of Color #e6138c

%0
%92
%39
%10

Triadic Colors of #e6138c

#e6138c #8ce613 #138ce6

Analogous Colors of #e6138c

#e6138c #e61322 #d713e6

Monochromatic Colors of #e6138c

#e6138c

Complementary Color

#e6138c #13e66d

#e6138c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6138c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6138c Color CSS Codes

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

#e6138c Text Font Color

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

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


#e6138c Background Color

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

This div background color is #e6138c


#e6138c Border Color

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

This div border color is #e6138c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6138c


Comments

No comments written yet.

Please login to write comment.