Color Hex Logo

#e373bd Color Hex

#E373BD
(227,115,189)
0 Favorites   0 Comments

Color spaces of #e373bd

RGB 227115189
HSL0.890.670.67
HSV320°49°89°
CMYK 0.000.490.17   0.11
XYZ46.994632.266551.8953
Yxy32.26650.35830.2460
Hunter Lab56.803648.2698-14.4043
CIE-Lab63.562552.4306-19.0490

#e373bd color RGB value is (227,115,189).

#e373bd hex color red value is 227, green value is 115 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e373bd hue: 0.89 , saturation: 0.67 and the lightness value of e373bd is 0.67.

The process color (four color CMYK) of #e373bd color hex is 0.00, 0.49, 0.17, 0.11. Web safe color of #e373bd is #cc66cc. Color #e373bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110011 10111101
Octal 343 163 275
Decimal 227 115 189
Hex E3 73 BD

RGB Percentages of Color #e373bd

%42.75
%21.66
%35.59

CMYK Percentages of Color #e373bd

%0
%49
%17
%11

Triadic Colors of #e373bd

#e373bd #bde373 #73bde3

Analogous Colors of #e373bd

#e373bd #e37385 #d173e3

Monochromatic Colors of #e373bd

#e373bd

Complementary Color

#e373bd #73e399

#e373bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e373bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e373bd Color CSS Codes

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

#e373bd Text Font Color

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

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


#e373bd Background Color

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

This div background color is #e373bd


#e373bd Border Color

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

This div border color is #e373bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e373bd


Comments

No comments written yet.

Please login to write comment.