Color Hex Logo

#e72fdd Color Hex

#E72FDD
(231,47,221)
0 Favorites   0 Comments

Color spaces of #e72fdd

RGB 23147221
HSL0.840.790.55
HSV303°80°91°
CMYK 0.000.800.04   0.09
XYZ47.022724.242470.6075
Yxy24.24240.33140.1709
Hunter Lab49.236684.3099-50.5590
CIE-Lab56.329783.6855-48.4056

#e72fdd color RGB value is (231,47,221).

#e72fdd hex color red value is 231, green value is 47 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e72fdd hue: 0.84 , saturation: 0.79 and the lightness value of e72fdd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101111 11011101
Octal 347 57 335
Decimal 231 47 221
Hex E7 2F DD

RGB Percentages of Color #e72fdd

%46.29
%9.42
%44.29

CMYK Percentages of Color #e72fdd

%0
%80
%4
%9

Triadic Colors of #e72fdd

#e72fdd #dde72f #2fdde7

Analogous Colors of #e72fdd

#e72fdd #e72f81 #952fe7

Monochromatic Colors of #e72fdd

#e72fdd

Complementary Color

#e72fdd #2fe739

#e72fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72fdd Color CSS Codes

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

#e72fdd Text Font Color

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

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


#e72fdd Background Color

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

This div background color is #e72fdd


#e72fdd Border Color

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

This div border color is #e72fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72fdd


Comments

No comments written yet.

Please login to write comment.