Color Hex Logo

#e72bda Color Hex

#E72BDA
(231,43,218)
0 Favorites   0 Comments

Color spaces of #e72bda

RGB 23143218
HSL0.840.800.54
HSV304°81°91°
CMYK 0.000.810.06   0.09
XYZ46.473823.778668.4700
Yxy23.77860.33500.1714
Hunter Lab48.763384.7834-49.1165
CIE-Lab55.865484.1418-47.4412

#e72bda color RGB value is (231,43,218).

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

The process color (four color CMYK) of #e72bda color hex is 0.00, 0.81, 0.06, 0.09. Web safe color of #e72bda is #ff33cc. Color #e72bda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101011 11011010
Octal 347 53 332
Decimal 231 43 218
Hex E7 2B DA

RGB Percentages of Color #e72bda

%46.95
%8.74
%44.31

CMYK Percentages of Color #e72bda

%0
%81
%6
%9

Triadic Colors of #e72bda

#e72bda #dae72b #2bdae7

Analogous Colors of #e72bda

#e72bda #e72b7c #962be7

Monochromatic Colors of #e72bda

#e72bda

Complementary Color

#e72bda #2be738

#e72bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72bda Color CSS Codes

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

#e72bda Text Font Color

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

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


#e72bda Background Color

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

This div background color is #e72bda


#e72bda Border Color

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

This div border color is #e72bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72bda


Comments

No comments written yet.

Please login to write comment.