Color Hex Logo

#e972ab Color Hex

#E972AB
(233,114,171)
0 Favorites   0 Comments

Color spaces of #e972ab

RGB 233114171
HSL0.920.730.68
HSV331°51°91°
CMYK 0.000.510.27   0.09
XYZ46.972332.298542.2866
Yxy32.29850.38640.2657
Hunter Lab56.831848.0773-4.3334
CIE-Lab63.588852.2547-8.6966

#e972ab color RGB value is (233,114,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110010 10101011
Octal 351 162 253
Decimal 233 114 171
Hex E9 72 AB

RGB Percentages of Color #e972ab

%44.98
%22.01
%33.01

CMYK Percentages of Color #e972ab

%0
%51
%27
%9

Triadic Colors of #e972ab

#e972ab #abe972 #72abe9

Analogous Colors of #e972ab

#e972ab #e97572 #e972e7

Monochromatic Colors of #e972ab

#e972ab

Complementary Color

#e972ab #72e9b0

#e972ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e972ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e972ab Color CSS Codes

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

#e972ab Text Font Color

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

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


#e972ab Background Color

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

This div background color is #e972ab


#e972ab Border Color

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

This div border color is #e972ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e972ab


Comments

No comments written yet.

Please login to write comment.