Color Hex Logo

#e400bc Color Hex

#E400BC
(228,0,188)
0 Favorites   0 Comments

Color spaces of #e400bc

RGB 2280188
HSL0.861.000.45
HSV311°100°89°
CMYK 0.001.000.18   0.11
XYZ41.072020.124849.2967
Yxy20.12480.37170.1821
Hunter Lab44.860784.9187-33.7504
CIE-Lab51.978085.0035-36.3699

#e400bc color RGB value is (228,0,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000000 10111100
Octal 344 0 274
Decimal 228 0 188
Hex E4 0 BC

RGB Percentages of Color #e400bc

%54.81
%0.00
%45.19

CMYK Percentages of Color #e400bc

%0
%100
%18
%11

Triadic Colors of #e400bc

#e400bc #bce400 #00bce4

Analogous Colors of #e400bc

#e400bc #e4004a #9a00e4

Monochromatic Colors of #e400bc

#e400bc

Complementary Color

#e400bc #00e428

#e400bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e400bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e400bc Color CSS Codes

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

#e400bc Text Font Color

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

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


#e400bc Background Color

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

This div background color is #e400bc


#e400bc Border Color

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

This div border color is #e400bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e400bc


Comments

No comments written yet.

Please login to write comment.