Color Hex Logo

#e722bb Color Hex

#E722BB
(231,34,187)
0 Favorites   0 Comments

Color spaces of #e722bb

RGB 23134187
HSL0.870.800.52
HSV313°85°91°
CMYK 0.000.850.19   0.09
XYZ42.496721.720848.9664
Yxy21.72080.37550.1919
Hunter Lab46.605681.2032-29.6694
CIE-Lab53.729581.7752-33.0063

#e722bb color RGB value is (231,34,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100010 10111011
Octal 347 42 273
Decimal 231 34 187
Hex E7 22 BB

RGB Percentages of Color #e722bb

%51.11
%7.52
%41.37

CMYK Percentages of Color #e722bb

%0
%85
%19
%9

Triadic Colors of #e722bb

#e722bb #bbe722 #22bbe7

Analogous Colors of #e722bb

#e722bb #e72259 #b122e7

Monochromatic Colors of #e722bb

#e722bb

Complementary Color

#e722bb #22e74e

#e722bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e722bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e722bb Color CSS Codes

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

#e722bb Text Font Color

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

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


#e722bb Background Color

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

This div background color is #e722bb


#e722bb Border Color

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

This div border color is #e722bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e722bb


Comments

No comments written yet.

Please login to write comment.