Color Hex Logo

#e901bc Color Hex

#E901BC
(233,1,188)
0 Favorites   0 Comments

Color spaces of #e901bc

RGB 2331188
HSL0.870.990.46
HSV312°100°91°
CMYK 0.001.000.19   0.09
XYZ42.692220.976249.3756
Yxy20.97620.37770.1856
Hunter Lab45.799886.2389-31.8592
CIE-Lab52.923485.8350-34.8217

#e901bc color RGB value is (233,1,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00000001 10111100
Octal 351 1 274
Decimal 233 1 188
Hex E9 1 BC

RGB Percentages of Color #e901bc

%55.21
%0.24
%44.55

CMYK Percentages of Color #e901bc

%0
%100
%19
%9

Triadic Colors of #e901bc

#e901bc #bce901 #01bce9

Analogous Colors of #e901bc

#e901bc #e90148 #a201e9

Monochromatic Colors of #e901bc

#e901bc

Complementary Color

#e901bc #01e92e

#e901bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e901bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e901bc Color CSS Codes

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

#e901bc Text Font Color

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

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


#e901bc Background Color

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

This div background color is #e901bc


#e901bc Border Color

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

This div border color is #e901bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e901bc


Comments

No comments written yet.

Please login to write comment.