Color Hex Logo

#e807ca Color Hex

#E807CA
(232,7,202)
0 Favorites   0 Comments

Color spaces of #e807ca

RGB 2327202
HSL0.860.940.47
HSV308°97°91°
CMYK 0.000.970.13   0.09
XYZ44.015421.572057.7211
Yxy21.57200.35700.1749
Hunter Lab46.445787.8801-41.1716
CIE-Lab53.569986.9644-41.9176

#e807ca color RGB value is (232,7,202).

#e807ca hex color red value is 232, green value is 7 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e807ca hue: 0.86 , saturation: 0.94 and the lightness value of e807ca is 0.47.

The process color (four color CMYK) of #e807ca color hex is 0.00, 0.97, 0.13, 0.09. Web safe color of #e807ca is #ff00cc. Color #e807ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000111 11001010
Octal 350 7 312
Decimal 232 7 202
Hex E8 7 CA

RGB Percentages of Color #e807ca

%52.61
%1.59
%45.80

CMYK Percentages of Color #e807ca

%0
%97
%13
%9

Triadic Colors of #e807ca

#e807ca #cae807 #07cae8

Analogous Colors of #e807ca

#e807ca #e80759 #9607e8

Monochromatic Colors of #e807ca

#e807ca

Complementary Color

#e807ca #07e825

#e807ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e807ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e807ca Color CSS Codes

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

#e807ca Text Font Color

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

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


#e807ca Background Color

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

This div background color is #e807ca


#e807ca Border Color

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

This div border color is #e807ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e807ca


Comments

No comments written yet.

Please login to write comment.