Color Hex Logo

#e720b8 Color Hex

#E720B8
(231,32,184)
0 Favorites   0 Comments

Color spaces of #e720b8

RGB 23132184
HSL0.870.810.52
HSV314°86°91°
CMYK 0.000.860.20   0.09
XYZ42.123221.482647.2738
Yxy21.48260.37990.1937
Hunter Lab46.349381.1131-28.0281
CIE-Lab53.473781.7545-31.6611

#e720b8 color RGB value is (231,32,184).

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

The process color (four color CMYK) of #e720b8 color hex is 0.00, 0.86, 0.20, 0.09. Web safe color of #e720b8 is #ff33cc. Color #e720b8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100000 10111000
Octal 347 40 270
Decimal 231 32 184
Hex E7 20 B8

RGB Percentages of Color #e720b8

%51.68
%7.16
%41.16

CMYK Percentages of Color #e720b8

%0
%86
%20
%9

Triadic Colors of #e720b8

#e720b8 #b8e720 #20b8e7

Analogous Colors of #e720b8

#e720b8 #e72055 #b320e7

Monochromatic Colors of #e720b8

#e720b8

Complementary Color

#e720b8 #20e74f

#e720b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e720b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e720b8 Color CSS Codes

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

#e720b8 Text Font Color

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

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


#e720b8 Background Color

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

This div background color is #e720b8


#e720b8 Border Color

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

This div border color is #e720b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e720b8


Comments

No comments written yet.

Please login to write comment.