Color Hex Logo

#e726fc Color Hex

#E726FC
(231,38,252)
0 Favorites   0 Comments

Color spaces of #e726fc

RGB 23138252
HSL0.820.970.57
HSV294°85°99°
CMYK 0.080.850.00   0.01
XYZ51.218825.403494.2993
Yxy25.40340.29970.1486
Hunter Lab50.401893.1904-75.6475
CIE-Lab57.466490.2152-63.9733

#e726fc color RGB value is (231,38,252).

#e726fc hex color red value is 231, green value is 38 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e726fc hue: 0.82 , saturation: 0.97 and the lightness value of e726fc is 0.57.

The process color (four color CMYK) of #e726fc color hex is 0.08, 0.85, 0.00, 0.01. Web safe color of #e726fc is #ff33ff. Color #e726fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100110 11111100
Octal 347 46 374
Decimal 231 38 252
Hex E7 26 FC

RGB Percentages of Color #e726fc

%44.34
%7.29
%48.37

CMYK Percentages of Color #e726fc

%8
%85
%0
%1

Triadic Colors of #e726fc

#e726fc #fce726 #26fce7

Analogous Colors of #e726fc

#e726fc #fc26a6 #7c26fc

Monochromatic Colors of #e726fc

#e726fc

Complementary Color

#e726fc #3bfc26

#e726fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e726fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e726fc Color CSS Codes

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

#e726fc Text Font Color

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

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


#e726fc Background Color

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

This div background color is #e726fc


#e726fc Border Color

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

This div border color is #e726fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e726fc


Comments

No comments written yet.

Please login to write comment.