Color Hex Logo

#e726bb Color Hex

#E726BB
(231,38,187)
0 Favorites   0 Comments

Color spaces of #e726bb

RGB 23138187
HSL0.870.800.53
HSV314°84°91°
CMYK 0.000.840.19   0.09
XYZ42.617821.963049.0068
Yxy21.96300.37520.1934
Hunter Lab46.864780.3110-29.1948
CIE-Lab53.987781.0250-32.6032

#e726bb color RGB value is (231,38,187).

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

The process color (four color CMYK) of #e726bb color hex is 0.00, 0.84, 0.19, 0.09. Web safe color of #e726bb is #ff33cc. Color #e726bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100110 10111011
Octal 347 46 273
Decimal 231 38 187
Hex E7 26 BB

RGB Percentages of Color #e726bb

%50.66
%8.33
%41.01

CMYK Percentages of Color #e726bb

%0
%84
%19
%9

Triadic Colors of #e726bb

#e726bb #bbe726 #26bbe7

Analogous Colors of #e726bb

#e726bb #e7265b #b326e7

Monochromatic Colors of #e726bb

#e726bb

Complementary Color

#e726bb #26e752

#e726bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e726bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e726bb Color CSS Codes

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

#e726bb Text Font Color

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

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


#e726bb Background Color

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

This div background color is #e726bb


#e726bb Border Color

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

This div border color is #e726bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e726bb


Comments

No comments written yet.

Please login to write comment.