Color Hex Logo

#e161bf Color Hex

#E161BF
(225,97,191)
0 Favorites   0 Comments

Color spaces of #e161bf

RGB 22597191
HSL0.880.680.63
HSV316°57°88°
CMYK 0.000.570.15   0.12
XYZ44.730028.318552.3987
Yxy28.31850.35660.2257
Hunter Lab53.215156.9118-21.1298
CIE-Lab60.175460.5747-25.3924

#e161bf color RGB value is (225,97,191).

#e161bf hex color red value is 225, green value is 97 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e161bf hue: 0.88 , saturation: 0.68 and the lightness value of e161bf is 0.63.

The process color (four color CMYK) of #e161bf color hex is 0.00, 0.57, 0.15, 0.12. Web safe color of #e161bf is #cc66cc. Color #e161bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100001 10111111
Octal 341 141 277
Decimal 225 97 191
Hex E1 61 BF

RGB Percentages of Color #e161bf

%43.86
%18.91
%37.23

CMYK Percentages of Color #e161bf

%0
%57
%15
%12

Triadic Colors of #e161bf

#e161bf #bfe161 #61bfe1

Analogous Colors of #e161bf

#e161bf #e1617f #c361e1

Monochromatic Colors of #e161bf

#e161bf

Complementary Color

#e161bf #61e183

#e161bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e161bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e161bf Color CSS Codes

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

#e161bf Text Font Color

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

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


#e161bf Background Color

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

This div background color is #e161bf


#e161bf Border Color

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

This div border color is #e161bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e161bf


Comments

No comments written yet.

Please login to write comment.