Color Hex Logo

#e72ada Color Hex

#E72ADA
(231,42,218)
0 Favorites   0 Comments

Color spaces of #e72ada

RGB 23142218
HSL0.840.800.54
HSV304°82°91°
CMYK 0.000.820.06   0.09
XYZ46.437923.706868.4580
Yxy23.70680.33500.1710
Hunter Lab48.689685.0381-49.2795
CIE-Lab55.793084.3524-47.5560

#e72ada color RGB value is (231,42,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101010 11011010
Octal 347 52 332
Decimal 231 42 218
Hex E7 2A DA

RGB Percentages of Color #e72ada

%47.05
%8.55
%44.40

CMYK Percentages of Color #e72ada

%0
%82
%6
%9

Triadic Colors of #e72ada

#e72ada #dae72a #2adae7

Analogous Colors of #e72ada

#e72ada #e72a7c #962ae7

Monochromatic Colors of #e72ada

#e72ada

Complementary Color

#e72ada #2ae737

#e72ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72ada Color CSS Codes

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

#e72ada Text Font Color

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

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


#e72ada Background Color

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

This div background color is #e72ada


#e72ada Border Color

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

This div border color is #e72ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,42,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 #e72ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72ada


Comments

No comments written yet.

Please login to write comment.