Color Hex Logo

#e72766 Color Hex

#E72766
(231,39,102)
0 Favorites   0 Comments

Color spaces of #e72766

RGB 23139102
HSL0.950.800.53
HSV340°83°91°
CMYK 0.000.830.56   0.09
XYZ36.078819.399314.4132
Yxy19.39930.51620.2776
Hunter Lab44.044669.138711.4291
CIE-Lab51.151172.582713.8490

#e72766 color RGB value is (231,39,102).

#e72766 hex color red value is 231, green value is 39 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #e72766 hue: 0.95 , saturation: 0.80 and the lightness value of e72766 is 0.53.

The process color (four color CMYK) of #e72766 color hex is 0.00, 0.83, 0.56, 0.09. Web safe color of #e72766 is #ff3366. Color #e72766 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100111 01100110
Octal 347 47 146
Decimal 231 39 102
Hex E7 27 66

RGB Percentages of Color #e72766

%62.10
%10.48
%27.42

CMYK Percentages of Color #e72766

%0
%83
%56
%9

Triadic Colors of #e72766

#e72766 #66e727 #2766e7

Analogous Colors of #e72766

#e72766 #e74827 #e727c6

Monochromatic Colors of #e72766

#e72766

Complementary Color

#e72766 #27e7a8

#e72766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72766 Color CSS Codes

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

#e72766 Text Font Color

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

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


#e72766 Background Color

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

This div background color is #e72766


#e72766 Border Color

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

This div border color is #e72766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72766


Comments

No comments written yet.

Please login to write comment.