Color Hex Logo

#e400cb Color Hex

#E400CB
(228,0,203)
0 Favorites   0 Comments

Color spaces of #e400cb

RGB 2280203
HSL0.851.000.45
HSV307°100°89°
CMYK 0.001.000.11   0.11
XYZ42.774420.805858.2614
Yxy20.80580.35110.1708
Hunter Lab45.613487.5668-43.8010
CIE-Lab52.736386.8873-43.8583

#e400cb color RGB value is (228,0,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000000 11001011
Octal 344 0 313
Decimal 228 0 203
Hex E4 0 CB

RGB Percentages of Color #e400cb

%52.90
%0.00
%47.10

CMYK Percentages of Color #e400cb

%0
%100
%11
%11

Triadic Colors of #e400cb

#e400cb #cbe400 #00cbe4

Analogous Colors of #e400cb

#e400cb #e40059 #8b00e4

Monochromatic Colors of #e400cb

#e400cb

Complementary Color

#e400cb #00e419

#e400cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e400cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e400cb Color CSS Codes

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

#e400cb Text Font Color

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

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


#e400cb Background Color

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

This div background color is #e400cb


#e400cb Border Color

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

This div border color is #e400cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e400cb


Comments

No comments written yet.

Please login to write comment.