Color Hex Logo

#e368ab Color Hex

#E368AB
(227,104,171)
0 Favorites   0 Comments

Color spaces of #e368ab

RGB 227104171
HSL0.910.690.65
HSV327°54°89°
CMYK 0.000.540.25   0.11
XYZ43.979629.171841.8408
Yxy29.17180.38250.2537
Hunter Lab54.010950.8285-8.1227
CIE-Lab60.933055.1222-12.7611

#e368ab color RGB value is (227,104,171).

#e368ab hex color red value is 227, green value is 104 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e368ab hue: 0.91 , saturation: 0.69 and the lightness value of e368ab is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01101000 10101011
Octal 343 150 253
Decimal 227 104 171
Hex E3 68 AB

RGB Percentages of Color #e368ab

%45.22
%20.72
%34.06

CMYK Percentages of Color #e368ab

%0
%54
%25
%11

Triadic Colors of #e368ab

#e368ab #abe368 #68abe3

Analogous Colors of #e368ab

#e368ab #e3686e #de68e3

Monochromatic Colors of #e368ab

#e368ab

Complementary Color

#e368ab #68e3a0

#e368ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e368ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e368ab Color CSS Codes

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

#e368ab Text Font Color

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

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


#e368ab Background Color

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

This div background color is #e368ab


#e368ab Border Color

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

This div border color is #e368ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e368ab


Comments

No comments written yet.

Please login to write comment.