Color Hex Logo

#e879ca Color Hex

#E879CA
(232,121,202)
0 Favorites   0 Comments

Color spaces of #e879ca

RGB 232121202
HSL0.880.710.69
HSV316°48°91°
CMYK 0.000.480.13   0.09
XYZ50.776835.094859.9749
Yxy35.09480.34820.2406
Hunter Lab59.240949.3252-18.5560
CIE-Lab65.822453.0240-22.8725

#e879ca color RGB value is (232,121,202).

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

The process color (four color CMYK) of #e879ca color hex is 0.00, 0.48, 0.13, 0.09. Web safe color of #e879ca is #ff66cc. Color #e879ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111001 11001010
Octal 350 171 312
Decimal 232 121 202
Hex E8 79 CA

RGB Percentages of Color #e879ca

%41.80
%21.80
%36.40

CMYK Percentages of Color #e879ca

%0
%48
%13
%9

Triadic Colors of #e879ca

#e879ca #cae879 #79cae8

Analogous Colors of #e879ca

#e879ca #e87993 #cf79e8

Monochromatic Colors of #e879ca

#e879ca

Complementary Color

#e879ca #79e897

#e879ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e879ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e879ca Color CSS Codes

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

#e879ca Text Font Color

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

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


#e879ca Background Color

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

This div background color is #e879ca


#e879ca Border Color

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

This div border color is #e879ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e879ca


Comments

No comments written yet.

Please login to write comment.