Color Hex Logo

#e375ab Color Hex

#E375AB
(227,117,171)
0 Favorites   0 Comments

Color spaces of #e375ab

RGB 227117171
HSL0.920.660.67
HSV331°48°89°
CMYK 0.000.480.25   0.11
XYZ45.390531.993742.3111
Yxy31.99370.37920.2673
Hunter Lab56.563044.2570-4.7569
CIE-Lab63.337748.8491-9.1578

#e375ab color RGB value is (227,117,171).

#e375ab hex color red value is 227, green value is 117 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e375ab hue: 0.92 , saturation: 0.66 and the lightness value of e375ab is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110101 10101011
Octal 343 165 253
Decimal 227 117 171
Hex E3 75 AB

RGB Percentages of Color #e375ab

%44.08
%22.72
%33.20

CMYK Percentages of Color #e375ab

%0
%48
%25
%11

Triadic Colors of #e375ab

#e375ab #abe375 #75abe3

Analogous Colors of #e375ab

#e375ab #e37675 #e375e2

Monochromatic Colors of #e375ab

#e375ab

Complementary Color

#e375ab #75e3ad

#e375ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e375ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e375ab Color CSS Codes

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

#e375ab Text Font Color

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

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


#e375ab Background Color

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

This div background color is #e375ab


#e375ab Border Color

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

This div border color is #e375ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e375ab


Comments

No comments written yet.

Please login to write comment.