Color Hex Logo

#e726d6 Color Hex

#E726D6
(231,38,214)
0 Favorites   0 Comments

Color spaces of #e726d6

RGB 23138214
HSL0.850.800.53
HSV305°84°91°
CMYK 0.000.840.07   0.09
XYZ45.785723.230265.6890
Yxy23.23020.33990.1725
Hunter Lab48.197785.2211-47.0683
CIE-Lab55.308784.5879-46.0492

#e726d6 color RGB value is (231,38,214).

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

The process color (four color CMYK) of #e726d6 color hex is 0.00, 0.84, 0.07, 0.09. Web safe color of #e726d6 is #ff33cc. Color #e726d6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100110 11010110
Octal 347 46 326
Decimal 231 38 214
Hex E7 26 D6

RGB Percentages of Color #e726d6

%47.83
%7.87
%44.31

CMYK Percentages of Color #e726d6

%0
%84
%7
%9

Triadic Colors of #e726d6

#e726d6 #d6e726 #26d6e7

Analogous Colors of #e726d6

#e726d6 #e72676 #9826e7

Monochromatic Colors of #e726d6

#e726d6

Complementary Color

#e726d6 #26e737

#e726d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e726d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e726d6 Color CSS Codes

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

#e726d6 Text Font Color

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

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


#e726d6 Background Color

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

This div background color is #e726d6


#e726d6 Border Color

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

This div border color is #e726d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e726d6


Comments

No comments written yet.

Please login to write comment.