Color Hex Logo

#e200ca Color Hex

#E200CA
(226,0,202)
0 Favorites   0 Comments

Color spaces of #e200ca

RGB 2260202
HSL0.851.000.44
HSV306°100°89°
CMYK 0.001.000.11   0.11
XYZ42.024720.433057.6061
Yxy20.43300.35000.1702
Hunter Lab45.202986.8448-43.9166
CIE-Lab52.323386.4158-43.9594

#e200ca color RGB value is (226,0,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000000 11001010
Octal 342 0 312
Decimal 226 0 202
Hex E2 0 CA

RGB Percentages of Color #e200ca

%52.80
%0.00
%47.20

CMYK Percentages of Color #e200ca

%0
%100
%11
%11

Triadic Colors of #e200ca

#e200ca #cae200 #00cae2

Analogous Colors of #e200ca

#e200ca #e20059 #8900e2

Monochromatic Colors of #e200ca

#e200ca

Complementary Color

#e200ca #00e218

#e200ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e200ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e200ca Color CSS Codes

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

#e200ca Text Font Color

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

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


#e200ca Background Color

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

This div background color is #e200ca


#e200ca Border Color

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

This div border color is #e200ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e200ca


Comments

No comments written yet.

Please login to write comment.