Color Hex Logo

#e161bd Color Hex

#E161BD
(225,97,189)
0 Favorites   0 Comments

Color spaces of #e161bd

RGB 22597189
HSL0.880.680.63
HSV317°57°88°
CMYK 0.000.570.16   0.12
XYZ44.511328.231151.2472
Yxy28.23110.35900.2277
Hunter Lab53.132956.5529-19.9927
CIE-Lab60.097060.2779-24.3710

#e161bd color RGB value is (225,97,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100001 10111101
Octal 341 141 275
Decimal 225 97 189
Hex E1 61 BD

RGB Percentages of Color #e161bd

%44.03
%18.98
%36.99

CMYK Percentages of Color #e161bd

%0
%57
%16
%12

Triadic Colors of #e161bd

#e161bd #bde161 #61bde1

Analogous Colors of #e161bd

#e161bd #e1617d #c561e1

Monochromatic Colors of #e161bd

#e161bd

Complementary Color

#e161bd #61e185

#e161bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e161bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e161bd Color CSS Codes

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

#e161bd Text Font Color

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

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


#e161bd Background Color

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

This div background color is #e161bd


#e161bd Border Color

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

This div border color is #e161bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,97,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e161bd


Comments

No comments written yet.

Please login to write comment.