Color Hex Logo

#e61baf Color Hex

#E61BAF
(230,27,175)
0 Favorites   0 Comments

Color spaces of #e61baf

RGB 23027175
HSL0.880.800.50
HSV316°88°90°
CMYK 0.000.880.24   0.10
XYZ40.762920.702042.4049
Yxy20.70200.39240.1993
Hunter Lab45.499580.2939-23.4079
CIE-Lab52.621881.2779-27.7412

#e61baf color RGB value is (230,27,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011011 10101111
Octal 346 33 257
Decimal 230 27 175
Hex E6 1B AF

RGB Percentages of Color #e61baf

%53.24
%6.25
%40.51

CMYK Percentages of Color #e61baf

%0
%88
%24
%10

Triadic Colors of #e61baf

#e61baf #afe61b #1bafe6

Analogous Colors of #e61baf

#e61baf #e61b49 #b81be6

Monochromatic Colors of #e61baf

#e61baf

Complementary Color

#e61baf #1be652

#e61baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61baf Color CSS Codes

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

#e61baf Text Font Color

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

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


#e61baf Background Color

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

This div background color is #e61baf


#e61baf Border Color

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

This div border color is #e61baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61baf


Comments

No comments written yet.

Please login to write comment.