Color Hex Logo

#e611bb Color Hex

#E611BB
(230,17,187)
0 Favorites   0 Comments

Color spaces of #e611bb

RGB 23017187
HSL0.870.860.48
HSV312°93°90°
CMYK 0.000.930.19   0.10
XYZ41.803220.811748.8275
Yxy20.81170.37510.1867
Hunter Lab45.619883.7316-31.5250
CIE-Lab52.742883.9371-34.5625

#e611bb color RGB value is (230,17,187).

#e611bb hex color red value is 230, green value is 17 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e611bb hue: 0.87 , saturation: 0.86 and the lightness value of e611bb is 0.48.

The process color (four color CMYK) of #e611bb color hex is 0.00, 0.93, 0.19, 0.10. Web safe color of #e611bb is #ff00cc. Color #e611bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010001 10111011
Octal 346 21 273
Decimal 230 17 187
Hex E6 11 BB

RGB Percentages of Color #e611bb

%53.00
%3.92
%43.09

CMYK Percentages of Color #e611bb

%0
%93
%19
%10

Triadic Colors of #e611bb

#e611bb #bbe611 #11bbe6

Analogous Colors of #e611bb

#e611bb #e61150 #a711e6

Monochromatic Colors of #e611bb

#e611bb

Complementary Color

#e611bb #11e63c

#e611bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e611bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e611bb Color CSS Codes

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

#e611bb Text Font Color

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

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


#e611bb Background Color

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

This div background color is #e611bb


#e611bb Border Color

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

This div border color is #e611bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e611bb


Comments

No comments written yet.

Please login to write comment.