Color Hex Logo

#e611be Color Hex

#E611BE
(230,17,190)
0 Favorites   0 Comments

Color spaces of #e611be

RGB 23017190
HSL0.860.860.48
HSV311°93°90°
CMYK 0.000.930.17   0.10
XYZ42.127820.941650.5369
Yxy20.94160.37080.1843
Hunter Lab45.762084.2409-33.4431
CIE-Lab52.885584.3036-36.0824

#e611be color RGB value is (230,17,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010001 10111110
Octal 346 21 276
Decimal 230 17 190
Hex E6 11 BE

RGB Percentages of Color #e611be

%52.63
%3.89
%43.48

CMYK Percentages of Color #e611be

%0
%93
%17
%10

Triadic Colors of #e611be

#e611be #bee611 #11bee6

Analogous Colors of #e611be

#e611be #e61154 #a411e6

Monochromatic Colors of #e611be

#e611be

Complementary Color

#e611be #11e639

#e611be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e611be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e611be Color CSS Codes

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

#e611be Text Font Color

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

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


#e611be Background Color

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

This div background color is #e611be


#e611be Border Color

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

This div border color is #e611be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,17,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e611be


Comments

No comments written yet.

Please login to write comment.