Color Hex Logo

#e13e6b Color Hex

#E13E6B
(225,62,107)
0 Favorites   0 Comments

Color spaces of #e13e6b

RGB 22562107
HSL0.950.730.56
HSV343°72°88°
CMYK 0.000.720.52   0.12
XYZ35.427820.514316.0023
Yxy20.51430.49240.2851
Hunter Lab45.292760.359810.7572
CIE-Lab52.413864.949612.4098

#e13e6b color RGB value is (225,62,107).

#e13e6b hex color red value is 225, green value is 62 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #e13e6b hue: 0.95 , saturation: 0.73 and the lightness value of e13e6b is 0.56.

The process color (four color CMYK) of #e13e6b color hex is 0.00, 0.72, 0.52, 0.12. Web safe color of #e13e6b is #cc3366. Color #e13e6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111110 01101011
Octal 341 76 153
Decimal 225 62 107
Hex E1 3E 6B

RGB Percentages of Color #e13e6b

%57.11
%15.74
%27.16

CMYK Percentages of Color #e13e6b

%0
%72
%52
%12

Triadic Colors of #e13e6b

#e13e6b #6be13e #3e6be1

Analogous Colors of #e13e6b

#e13e6b #e1623e #e13ebd

Monochromatic Colors of #e13e6b

#e13e6b

Complementary Color

#e13e6b #3ee1b4

#e13e6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13e6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13e6b Color CSS Codes

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

#e13e6b Text Font Color

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

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


#e13e6b Background Color

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

This div background color is #e13e6b


#e13e6b Border Color

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

This div border color is #e13e6b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,62,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e13e6b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e13e6b;
  -webkit-box-shadow: 1px 1px 3px 2px #e13e6b;
  box-shadow:         1px 1px 3px 2px #e13e6b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,62,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13e6b


Comments

No comments written yet.

Please login to write comment.