Color Hex Logo

#e772ab Color Hex

#E772AB
(231,114,171)
0 Favorites   0 Comments

Color spaces of #e772ab

RGB 231114171
HSL0.920.710.68
HSV331°51°91°
CMYK 0.000.510.26   0.09
XYZ46.323031.963842.2562
Yxy31.96380.38430.2652
Hunter Lab56.536547.3144-4.7386
CIE-Lab63.313051.6139-9.1372

#e772ab color RGB value is (231,114,171).

#e772ab hex color red value is 231, green value is 114 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e772ab hue: 0.92 , saturation: 0.71 and the lightness value of e772ab is 0.68.

The process color (four color CMYK) of #e772ab color hex is 0.00, 0.51, 0.26, 0.09. Web safe color of #e772ab is #ff6699. Color #e772ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110010 10101011
Octal 347 162 253
Decimal 231 114 171
Hex E7 72 AB

RGB Percentages of Color #e772ab

%44.77
%22.09
%33.14

CMYK Percentages of Color #e772ab

%0
%51
%26
%9

Triadic Colors of #e772ab

#e772ab #abe772 #72abe7

Analogous Colors of #e772ab

#e772ab #e77472 #e772e6

Monochromatic Colors of #e772ab

#e772ab

Complementary Color

#e772ab #72e7ae

#e772ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e772ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e772ab Color CSS Codes

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

#e772ab Text Font Color

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

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


#e772ab Background Color

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

This div background color is #e772ab


#e772ab Border Color

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

This div border color is #e772ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e772ab


Comments

No comments written yet.

Please login to write comment.