Color Hex Logo

#e72fff Color Hex

#E72FFF
(231,47,255)
0 Favorites   0 Comments

Color spaces of #e72fff

RGB 23147255
HSL0.811.000.59
HSV293°82°100°
CMYK 0.090.820.00   0.00
XYZ52.021526.242096.9311
Yxy26.24200.29690.1498
Hunter Lab51.226991.6215-76.3291
CIE-Lab58.266088.8829-64.3518

#e72fff color RGB value is (231,47,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101111 11111111
Octal 347 57 377
Decimal 231 47 255
Hex E7 2F FF

RGB Percentages of Color #e72fff

%43.34
%8.82
%47.84

CMYK Percentages of Color #e72fff

%9
%82
%0
%0

Triadic Colors of #e72fff

#e72fff #ffe72f #2fffe7

Analogous Colors of #e72fff

#e72fff #ff2faf #7f2fff

Monochromatic Colors of #e72fff

#e72fff

Complementary Color

#e72fff #47ff2f

#e72fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72fff Color CSS Codes

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

#e72fff Text Font Color

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

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


#e72fff Background Color

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

This div background color is #e72fff


#e72fff Border Color

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

This div border color is #e72fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72fff

Related Colors

#e72fff Color Palettes


Comments

No comments written yet.

Please login to write comment.