Color Hex Logo

#e801bd Color Hex

#E801BD
(232,1,189)
0 Favorites   0 Comments

Color spaces of #e801bd

RGB 2321189
HSL0.860.990.46
HSV311°100°91°
CMYK 0.001.000.19   0.09
XYZ42.474920.851649.9302
Yxy20.85160.37500.1841
Hunter Lab45.663686.1243-32.8654
CIE-Lab52.786785.7737-35.6307

#e801bd color RGB value is (232,1,189).

#e801bd hex color red value is 232, green value is 1 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e801bd hue: 0.86 , saturation: 0.99 and the lightness value of e801bd is 0.46.

The process color (four color CMYK) of #e801bd color hex is 0.00, 1.00, 0.19, 0.09. Web safe color of #e801bd is #ff00cc. Color #e801bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000001 10111101
Octal 350 1 275
Decimal 232 1 189
Hex E8 1 BD

RGB Percentages of Color #e801bd

%54.98
%0.24
%44.79

CMYK Percentages of Color #e801bd

%0
%100
%19
%9

Triadic Colors of #e801bd

#e801bd #bde801 #01bde8

Analogous Colors of #e801bd

#e801bd #e80149 #a001e8

Monochromatic Colors of #e801bd

#e801bd

Complementary Color

#e801bd #01e82c

#e801bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e801bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e801bd Color CSS Codes

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

#e801bd Text Font Color

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

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


#e801bd Background Color

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

This div background color is #e801bd


#e801bd Border Color

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

This div border color is #e801bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,1,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e801bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e801bd;
  -webkit-box-shadow: 1px 1px 3px 2px #e801bd;
  box-shadow:         1px 1px 3px 2px #e801bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,1,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e801bd


Comments

No comments written yet.

Please login to write comment.