Color Hex Logo

#e803ca Color Hex

#E803CA
(232,3,202)
0 Favorites   0 Comments

Color spaces of #e803ca

RGB 2323202
HSL0.860.970.46
HSV308°99°91°
CMYK 0.000.990.13   0.09
XYZ43.971921.485257.7066
Yxy21.48520.35700.1744
Hunter Lab46.352188.2176-41.3673
CIE-Lab53.476587.2396-42.0651

#e803ca color RGB value is (232,3,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000011 11001010
Octal 350 3 312
Decimal 232 3 202
Hex E8 3 CA

RGB Percentages of Color #e803ca

%53.09
%0.69
%46.22

CMYK Percentages of Color #e803ca

%0
%99
%13
%9

Triadic Colors of #e803ca

#e803ca #cae803 #03cae8

Analogous Colors of #e803ca

#e803ca #e80357 #9403e8

Monochromatic Colors of #e803ca

#e803ca

Complementary Color

#e803ca #03e821

#e803ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e803ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e803ca Color CSS Codes

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

#e803ca Text Font Color

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

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


#e803ca Background Color

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

This div background color is #e803ca


#e803ca Border Color

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

This div border color is #e803ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e803ca


Comments

No comments written yet.

Please login to write comment.