Color Hex Logo

#e183bd Color Hex

#E183BD
(225,131,189)
0 Favorites   0 Comments

Color spaces of #e183bd

RGB 225131189
HSL0.900.610.70
HSV323°42°88°
CMYK 0.000.420.16   0.12
XYZ48.352935.914352.5278
Yxy35.91430.35350.2625
Hunter Lab59.928539.1465-10.0181
CIE-Lab66.454443.7388-14.6951

#e183bd color RGB value is (225,131,189).

#e183bd hex color red value is 225, green value is 131 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e183bd hue: 0.90 , saturation: 0.61 and the lightness value of e183bd is 0.70.

The process color (four color CMYK) of #e183bd color hex is 0.00, 0.42, 0.16, 0.12. Web safe color of #e183bd is #cc99cc. Color #e183bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000011 10111101
Octal 341 203 275
Decimal 225 131 189
Hex E1 83 BD

RGB Percentages of Color #e183bd

%41.28
%24.04
%34.68

CMYK Percentages of Color #e183bd

%0
%42
%16
%12

Triadic Colors of #e183bd

#e183bd #bde183 #83bde1

Analogous Colors of #e183bd

#e183bd #e1838e #d683e1

Monochromatic Colors of #e183bd

#e183bd

Complementary Color

#e183bd #83e1a7

#e183bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e183bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e183bd Color CSS Codes

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

#e183bd Text Font Color

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

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


#e183bd Background Color

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

This div background color is #e183bd


#e183bd Border Color

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

This div border color is #e183bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e183bd


Comments

No comments written yet.

Please login to write comment.