Color Hex Logo

#e200be Color Hex

#E200BE
(226,0,190)
0 Favorites   0 Comments

Color spaces of #e200be

RGB 2260190
HSL0.861.000.44
HSV310°100°89°
CMYK 0.001.000.16   0.11
XYZ40.658319.886550.4107
Yxy19.88650.36640.1792
Hunter Lab44.594384.7052-35.8072
CIE-Lab51.708684.8911-37.9825

#e200be color RGB value is (226,0,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000000 10111110
Octal 342 0 276
Decimal 226 0 190
Hex E2 0 BE

RGB Percentages of Color #e200be

%54.33
%0.00
%45.67

CMYK Percentages of Color #e200be

%0
%100
%16
%11

Triadic Colors of #e200be

#e200be #bee200 #00bee2

Analogous Colors of #e200be

#e200be #e2004d #9500e2

Monochromatic Colors of #e200be

#e200be

Complementary Color

#e200be #00e224

#e200be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e200be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e200be Color CSS Codes

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

#e200be Text Font Color

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

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


#e200be Background Color

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

This div background color is #e200be


#e200be Border Color

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

This div border color is #e200be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,0,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e200be


Comments

No comments written yet.

Please login to write comment.