Color Hex Logo

#e13866 Color Hex

#E13866
(225,56,102)
0 Favorites   0 Comments

Color spaces of #e13866

RGB 22556102
HSL0.950.740.55
HSV344°75°88°
CMYK 0.000.750.55   0.12
XYZ34.863819.795214.5537
Yxy19.79520.50370.2860
Hunter Lab44.491862.012111.7499
CIE-Lab51.604966.516514.3012

#e13866 color RGB value is (225,56,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111000 01100110
Octal 341 70 146
Decimal 225 56 102
Hex E1 38 66

RGB Percentages of Color #e13866

%58.75
%14.62
%26.63

CMYK Percentages of Color #e13866

%0
%75
%55
%12

Triadic Colors of #e13866

#e13866 #66e138 #3866e1

Analogous Colors of #e13866

#e13866 #e15f38 #e138bb

Monochromatic Colors of #e13866

#e13866

Complementary Color

#e13866 #38e1b3

#e13866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13866 Color CSS Codes

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

#e13866 Text Font Color

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

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


#e13866 Background Color

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

This div background color is #e13866


#e13866 Border Color

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

This div border color is #e13866


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,56,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 #e13866">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13866


Comments

No comments written yet.

Please login to write comment.