Color Hex Logo

#e61abf Color Hex

#E61ABF
(230,26,191)
0 Favorites   0 Comments

Color spaces of #e61abf

RGB 23026191
HSL0.870.800.50
HSV311°89°90°
CMYK 0.000.890.17   0.10
XYZ42.406521.323451.1710
Yxy21.32340.36910.1856
Hunter Lab46.177383.1137-33.3777
CIE-Lab53.301683.3488-36.0100

#e61abf color RGB value is (230,26,191).

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

The process color (four color CMYK) of #e61abf color hex is 0.00, 0.89, 0.17, 0.10. Web safe color of #e61abf is #ff33cc. Color #e61abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011010 10111111
Octal 346 32 277
Decimal 230 26 191
Hex E6 1A BF

RGB Percentages of Color #e61abf

%51.45
%5.82
%42.73

CMYK Percentages of Color #e61abf

%0
%89
%17
%10

Triadic Colors of #e61abf

#e61abf #bfe61a #1abfe6

Analogous Colors of #e61abf

#e61abf #e61a59 #a71ae6

Monochromatic Colors of #e61abf

#e61abf

Complementary Color

#e61abf #1ae641

#e61abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61abf Color CSS Codes

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

#e61abf Text Font Color

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

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


#e61abf Background Color

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

This div background color is #e61abf


#e61abf Border Color

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

This div border color is #e61abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61abf


Comments

No comments written yet.

Please login to write comment.