Color Hex Logo

#e726ea Color Hex

#E726EA
(231,38,234)
0 Favorites   0 Comments

Color spaces of #e726ea

RGB 23138234
HSL0.830.820.53
HSV299°84°92°
CMYK 0.010.840.00   0.08
XYZ48.499424.315779.9791
Yxy24.31570.31740.1591
Hunter Lab49.311089.2681-61.6468
CIE-Lab56.402587.4686-55.6231

#e726ea color RGB value is (231,38,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100110 11101010
Octal 347 46 352
Decimal 231 38 234
Hex E7 26 EA

RGB Percentages of Color #e726ea

%45.92
%7.55
%46.52

CMYK Percentages of Color #e726ea

%1
%84
%0
%8

Triadic Colors of #e726ea

#e726ea #eae726 #26eae7

Analogous Colors of #e726ea

#e726ea #ea268b #8526ea

Monochromatic Colors of #e726ea

#e726ea

Complementary Color

#e726ea #29ea26

#e726ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e726ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e726ea Color CSS Codes

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

#e726ea Text Font Color

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

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


#e726ea Background Color

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

This div background color is #e726ea


#e726ea Border Color

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

This div border color is #e726ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e726ea


Comments

No comments written yet.

Please login to write comment.