Color Hex Logo

#e728dc Color Hex

#E728DC
(231,40,220)
0 Favorites   0 Comments

Color spaces of #e728dc

RGB 23140220
HSL0.840.800.53
HSV303°83°91°
CMYK 0.000.830.05   0.09
XYZ46.632123.673869.8219
Yxy23.67380.33280.1689
Hunter Lab48.655785.9285-51.0233
CIE-Lab55.759785.0443-48.7438

#e728dc color RGB value is (231,40,220).

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

The process color (four color CMYK) of #e728dc color hex is 0.00, 0.83, 0.05, 0.09. Web safe color of #e728dc is #ff33cc. Color #e728dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101000 11011100
Octal 347 50 334
Decimal 231 40 220
Hex E7 28 DC

RGB Percentages of Color #e728dc

%47.05
%8.15
%44.81

CMYK Percentages of Color #e728dc

%0
%83
%5
%9

Triadic Colors of #e728dc

#e728dc #dce728 #28dce7

Analogous Colors of #e728dc

#e728dc #e7287d #9328e7

Monochromatic Colors of #e728dc

#e728dc

Complementary Color

#e728dc #28e733

#e728dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e728dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e728dc Color CSS Codes

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

#e728dc Text Font Color

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

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


#e728dc Background Color

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

This div background color is #e728dc


#e728dc Border Color

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

This div border color is #e728dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e728dc


Comments

No comments written yet.

Please login to write comment.