Color Hex Logo

#e72cad Color Hex

#E72CAD
(231,44,173)
0 Favorites   0 Comments

Color spaces of #e72cad

RGB 23144173
HSL0.890.800.54
HSV319°81°91°
CMYK 0.000.810.25   0.09
XYZ41.398521.807441.5625
Yxy21.80740.39510.2081
Hunter Lab46.698476.5195-20.0804
CIE-Lab53.822178.0541-24.6981

#e72cad color RGB value is (231,44,173).

#e72cad hex color red value is 231, green value is 44 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e72cad hue: 0.89 , saturation: 0.80 and the lightness value of e72cad is 0.54.

The process color (four color CMYK) of #e72cad color hex is 0.00, 0.81, 0.25, 0.09. Web safe color of #e72cad is #ff3399. Color #e72cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101100 10101101
Octal 347 54 255
Decimal 231 44 173
Hex E7 2C AD

RGB Percentages of Color #e72cad

%51.56
%9.82
%38.62

CMYK Percentages of Color #e72cad

%0
%81
%25
%9

Triadic Colors of #e72cad

#e72cad #ade72c #2cade7

Analogous Colors of #e72cad

#e72cad #e72c50 #c42ce7

Monochromatic Colors of #e72cad

#e72cad

Complementary Color

#e72cad #2ce766

#e72cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72cad Color CSS Codes

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

#e72cad Text Font Color

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

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


#e72cad Background Color

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

This div background color is #e72cad


#e72cad Border Color

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

This div border color is #e72cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,44,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72cad


Comments

No comments written yet.

Please login to write comment.