Color Hex Logo

#e701bb Color Hex

#E701BB
(231,1,187)
0 Favorites   0 Comments

Color spaces of #e701bb

RGB 2311187
HSL0.870.990.45
HSV311°100°91°
CMYK 0.001.000.19   0.09
XYZ41.935520.598548.7794
Yxy20.59850.37670.1850
Hunter Lab45.385685.5062-31.9537
CIE-Lab52.507285.3531-34.9184

#e701bb color RGB value is (231,1,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000001 10111011
Octal 347 1 273
Decimal 231 1 187
Hex E7 1 BB

RGB Percentages of Color #e701bb

%55.13
%0.24
%44.63

CMYK Percentages of Color #e701bb

%0
%100
%19
%9

Triadic Colors of #e701bb

#e701bb #bbe701 #01bbe7

Analogous Colors of #e701bb

#e701bb #e70148 #a001e7

Monochromatic Colors of #e701bb

#e701bb

Complementary Color

#e701bb #01e72d

#e701bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e701bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e701bb Color CSS Codes

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

#e701bb Text Font Color

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

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


#e701bb Background Color

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

This div background color is #e701bb


#e701bb Border Color

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

This div border color is #e701bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e701bb


Comments

No comments written yet.

Please login to write comment.