Color Hex Logo

#e826af Color Hex

#E826AF
(232,38,175)
0 Favorites   0 Comments

Color spaces of #e826af

RGB 23238175
HSL0.880.810.53
HSV318°84°91°
CMYK 0.000.840.25   0.09
XYZ41.709721.637242.5355
Yxy21.63720.39390.2044
Hunter Lab46.515878.6544-21.6556
CIE-Lab53.639979.7864-26.1356

#e826af color RGB value is (232,38,175).

#e826af hex color red value is 232, green value is 38 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e826af hue: 0.88 , saturation: 0.81 and the lightness value of e826af is 0.53.

The process color (four color CMYK) of #e826af color hex is 0.00, 0.84, 0.25, 0.09. Web safe color of #e826af is #ff3399. Color #e826af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100110 10101111
Octal 350 46 257
Decimal 232 38 175
Hex E8 26 AF

RGB Percentages of Color #e826af

%52.13
%8.54
%39.33

CMYK Percentages of Color #e826af

%0
%84
%25
%9

Triadic Colors of #e826af

#e826af #afe826 #26afe8

Analogous Colors of #e826af

#e826af #e8264e #c026e8

Monochromatic Colors of #e826af

#e826af

Complementary Color

#e826af #26e85f

#e826af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e826af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e826af Color CSS Codes

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

#e826af Text Font Color

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

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


#e826af Background Color

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

This div background color is #e826af


#e826af Border Color

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

This div border color is #e826af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e826af


Comments

No comments written yet.

Please login to write comment.