Color Hex Logo

#e360ab Color Hex

#E360AB
(227,96,171)
0 Favorites   0 Comments

Color spaces of #e360ab

RGB 22796171
HSL0.900.700.63
HSV326°58°89°
CMYK 0.000.580.25   0.11
XYZ43.212127.636941.5850
Yxy27.63690.38430.2458
Hunter Lab52.570854.7243-10.1005
CIE-Lab59.559358.7804-14.8326

#e360ab color RGB value is (227,96,171).

#e360ab hex color red value is 227, green value is 96 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e360ab hue: 0.90 , saturation: 0.70 and the lightness value of e360ab is 0.63.

The process color (four color CMYK) of #e360ab color hex is 0.00, 0.58, 0.25, 0.11. Web safe color of #e360ab is #cc6699. Color #e360ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01100000 10101011
Octal 343 140 253
Decimal 227 96 171
Hex E3 60 AB

RGB Percentages of Color #e360ab

%45.95
%19.43
%34.62

CMYK Percentages of Color #e360ab

%0
%58
%25
%11

Triadic Colors of #e360ab

#e360ab #abe360 #60abe3

Analogous Colors of #e360ab

#e360ab #e3606a #da60e3

Monochromatic Colors of #e360ab

#e360ab

Complementary Color

#e360ab #60e398

#e360ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e360ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e360ab Color CSS Codes

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

#e360ab Text Font Color

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

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


#e360ab Background Color

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

This div background color is #e360ab


#e360ab Border Color

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

This div border color is #e360ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,96,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e360ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e360ab;
  -webkit-box-shadow: 1px 1px 3px 2px #e360ab;
  box-shadow:         1px 1px 3px 2px #e360ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,96,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e360ab


Comments

No comments written yet.

Please login to write comment.