Color Hex Logo

#e882af Color Hex

#E882AF
(232,130,175)
0 Favorites   0 Comments

Color spaces of #e882af

RGB 232130175
HSL0.930.690.71
HSV334°44°91°
CMYK 0.000.440.25   0.09
XYZ48.999236.216244.9653
Yxy36.21620.37640.2782
Hunter Lab60.179940.0220-2.1745
CIE-Lab66.684844.5162-6.3770

#e882af color RGB value is (232,130,175).

#e882af hex color red value is 232, green value is 130 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e882af hue: 0.93 , saturation: 0.69 and the lightness value of e882af is 0.71.

The process color (four color CMYK) of #e882af color hex is 0.00, 0.44, 0.25, 0.09. Web safe color of #e882af is #ff9999. Color #e882af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000010 10101111
Octal 350 202 257
Decimal 232 130 175
Hex E8 82 AF

RGB Percentages of Color #e882af

%43.20
%24.21
%32.59

CMYK Percentages of Color #e882af

%0
%44
%25
%9

Triadic Colors of #e882af

#e882af #afe882 #82afe8

Analogous Colors of #e882af

#e882af #e88882 #e882e2

Monochromatic Colors of #e882af

#e882af

Complementary Color

#e882af #82e8bb

#e882af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e882af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e882af Color CSS Codes

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

#e882af Text Font Color

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

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


#e882af Background Color

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

This div background color is #e882af


#e882af Border Color

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

This div border color is #e882af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,130,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 #e882af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e882af


Comments

No comments written yet.

Please login to write comment.