Color Hex Logo

#e72afd Color Hex

#E72AFD
(231,42,253)
0 Favorites   0 Comments

Color spaces of #e72afd

RGB 23142253
HSL0.820.980.58
HSV294°83°99°
CMYK 0.090.830.00   0.01
XYZ51.512625.736795.1812
Yxy25.73670.29870.1493
Hunter Lab50.731492.4690-75.7268
CIE-Lab57.786389.6128-64.0142

#e72afd color RGB value is (231,42,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101010 11111101
Octal 347 52 375
Decimal 231 42 253
Hex E7 2A FD

RGB Percentages of Color #e72afd

%43.92
%7.98
%48.10

CMYK Percentages of Color #e72afd

%9
%83
%0
%1

Triadic Colors of #e72afd

#e72afd #fde72a #2afde7

Analogous Colors of #e72afd

#e72afd #fd2aaa #7e2afd

Monochromatic Colors of #e72afd

#e72afd

Complementary Color

#e72afd #40fd2a

#e72afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72afd Color CSS Codes

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

#e72afd Text Font Color

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

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


#e72afd Background Color

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

This div background color is #e72afd


#e72afd Border Color

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

This div border color is #e72afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72afd


Comments

No comments written yet.

Please login to write comment.