Color Hex Logo

#e72aff Color Hex

#E72AFF
(231,42,255)
0 Favorites   0 Comments

Color spaces of #e72aff

RGB 23142255
HSL0.811.000.58
HSV293°84°100°
CMYK 0.090.840.00   0.00
XYZ51.833025.864996.8683
Yxy25.86490.29690.1482
Hunter Lab50.857592.9229-77.3293
CIE-Lab57.908689.9290-64.9266

#e72aff color RGB value is (231,42,255).

#e72aff hex color red value is 231, green value is 42 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e72aff hue: 0.81 , saturation: 1.00 and the lightness value of e72aff is 0.58.

The process color (four color CMYK) of #e72aff color hex is 0.09, 0.84, 0.00, 0.00. Web safe color of #e72aff is #ff33ff. Color #e72aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101010 11111111
Octal 347 52 377
Decimal 231 42 255
Hex E7 2A FF

RGB Percentages of Color #e72aff

%43.75
%7.95
%48.30

CMYK Percentages of Color #e72aff

%9
%84
%0
%0

Triadic Colors of #e72aff

#e72aff #ffe72a #2affe7

Analogous Colors of #e72aff

#e72aff #ff2aad #7d2aff

Monochromatic Colors of #e72aff

#e72aff

Complementary Color

#e72aff #42ff2a

#e72aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72aff Color CSS Codes

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

#e72aff Text Font Color

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

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


#e72aff Background Color

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

This div background color is #e72aff


#e72aff Border Color

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

This div border color is #e72aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72aff


Comments

No comments written yet.

Please login to write comment.