Color Hex Logo

#e100ca Color Hex

#E100CA
(225,0,202)
0 Favorites   0 Comments

Color spaces of #e100ca

RGB 2250202
HSL0.851.000.44
HSV306°100°88°
CMYK 0.001.000.10   0.12
XYZ41.712020.271857.5915
Yxy20.27180.34880.1695
Hunter Lab45.024286.5762-44.3222
CIE-Lab52.143186.2451-44.2563

#e100ca color RGB value is (225,0,202).

#e100ca hex color red value is 225, green value is 0 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e100ca hue: 0.85 , saturation: 1.00 and the lightness value of e100ca is 0.44.

The process color (four color CMYK) of #e100ca color hex is 0.00, 1.00, 0.10, 0.12. Web safe color of #e100ca is #cc00cc. Color #e100ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000000 11001010
Octal 341 0 312
Decimal 225 0 202
Hex E1 0 CA

RGB Percentages of Color #e100ca

%52.69
%0.00
%47.31

CMYK Percentages of Color #e100ca

%0
%100
%10
%12

Triadic Colors of #e100ca

#e100ca #cae100 #00cae1

Analogous Colors of #e100ca

#e100ca #e10059 #8800e1

Monochromatic Colors of #e100ca

#e100ca

Complementary Color

#e100ca #00e117

#e100ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e100ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e100ca Color CSS Codes

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

#e100ca Text Font Color

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

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


#e100ca Background Color

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

This div background color is #e100ca


#e100ca Border Color

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

This div border color is #e100ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e100ca


Comments

No comments written yet.

Please login to write comment.