Color Hex Logo

#e13966 Color Hex

#E13966
(225,57,102)
0 Favorites   0 Comments

Color spaces of #e13966

RGB 22557102
HSL0.960.740.55
HSV344°75°88°
CMYK 0.000.750.55   0.12
XYZ34.912719.893114.5700
Yxy19.89310.50320.2867
Hunter Lab44.601761.670911.8530
CIE-Lab51.716166.204214.4549

#e13966 color RGB value is (225,57,102).

#e13966 hex color red value is 225, green value is 57 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #e13966 hue: 0.96 , saturation: 0.74 and the lightness value of e13966 is 0.55.

The process color (four color CMYK) of #e13966 color hex is 0.00, 0.75, 0.55, 0.12. Web safe color of #e13966 is #cc3366. Color #e13966 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111001 01100110
Octal 341 71 146
Decimal 225 57 102
Hex E1 39 66

RGB Percentages of Color #e13966

%58.59
%14.84
%26.56

CMYK Percentages of Color #e13966

%0
%75
%55
%12

Triadic Colors of #e13966

#e13966 #66e139 #3966e1

Analogous Colors of #e13966

#e13966 #e16039 #e139ba

Monochromatic Colors of #e13966

#e13966

Complementary Color

#e13966 #39e1b4

#e13966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13966 Color CSS Codes

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

#e13966 Text Font Color

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

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


#e13966 Background Color

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

This div background color is #e13966


#e13966 Border Color

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

This div border color is #e13966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13966


Comments

No comments written yet.

Please login to write comment.