Color Hex Logo

#e72ebd Color Hex

#E72EBD
(231,46,189)
0 Favorites   0 Comments

Color spaces of #e72ebd

RGB 23146189
HSL0.870.790.54
HSV314°80°91°
CMYK 0.000.800.18   0.09
XYZ43.117322.617050.2371
Yxy22.61700.37180.1950
Hunter Lab47.557378.6096-29.3407
CIE-Lab54.675679.5493-32.6892

#e72ebd color RGB value is (231,46,189).

#e72ebd hex color red value is 231, green value is 46 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e72ebd hue: 0.87 , saturation: 0.79 and the lightness value of e72ebd is 0.54.

The process color (four color CMYK) of #e72ebd color hex is 0.00, 0.80, 0.18, 0.09. Web safe color of #e72ebd is #ff33cc. Color #e72ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101110 10111101
Octal 347 56 275
Decimal 231 46 189
Hex E7 2E BD

RGB Percentages of Color #e72ebd

%49.57
%9.87
%40.56

CMYK Percentages of Color #e72ebd

%0
%80
%18
%9

Triadic Colors of #e72ebd

#e72ebd #bde72e #2ebde7

Analogous Colors of #e72ebd

#e72ebd #e72e61 #b52ee7

Monochromatic Colors of #e72ebd

#e72ebd

Complementary Color

#e72ebd #2ee758

#e72ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72ebd Color CSS Codes

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

#e72ebd Text Font Color

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

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


#e72ebd Background Color

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

This div background color is #e72ebd


#e72ebd Border Color

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

This div border color is #e72ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72ebd


Comments

No comments written yet.

Please login to write comment.