Color Hex Logo

#e61bac Color Hex

#E61BAC
(230,27,172)
0 Favorites   0 Comments

Color spaces of #e61bac

RGB 23027172
HSL0.880.800.50
HSV317°88°90°
CMYK 0.000.880.25   0.10
XYZ40.471520.585440.8700
Yxy20.58540.39710.2020
Hunter Lab45.371179.8243-21.6482
CIE-Lab52.492780.9336-26.1798

#e61bac color RGB value is (230,27,172).

#e61bac hex color red value is 230, green value is 27 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e61bac hue: 0.88 , saturation: 0.80 and the lightness value of e61bac is 0.50.

The process color (four color CMYK) of #e61bac color hex is 0.00, 0.88, 0.25, 0.10. Web safe color of #e61bac is #ff3399. Color #e61bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011011 10101100
Octal 346 33 254
Decimal 230 27 172
Hex E6 1B AC

RGB Percentages of Color #e61bac

%53.61
%6.29
%40.09

CMYK Percentages of Color #e61bac

%0
%88
%25
%10

Triadic Colors of #e61bac

#e61bac #ace61b #1bace6

Analogous Colors of #e61bac

#e61bac #e61b47 #bb1be6

Monochromatic Colors of #e61bac

#e61bac

Complementary Color

#e61bac #1be655

#e61bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61bac Color CSS Codes

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

#e61bac Text Font Color

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

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


#e61bac Background Color

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

This div background color is #e61bac


#e61bac Border Color

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

This div border color is #e61bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61bac


Comments

No comments written yet.

Please login to write comment.