Color Hex Logo

#e372bd Color Hex

#E372BD
(227,114,189)
0 Favorites   0 Comments

Color spaces of #e372bd

RGB 227114189
HSL0.890.670.67
HSV320°50°89°
CMYK 0.000.500.17   0.11
XYZ46.881232.039651.8575
Yxy32.03960.35850.2450
Hunter Lab56.603548.7843-14.6962
CIE-Lab63.375652.9181-19.3333

#e372bd color RGB value is (227,114,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110010 10111101
Octal 343 162 275
Decimal 227 114 189
Hex E3 72 BD

RGB Percentages of Color #e372bd

%42.83
%21.51
%35.66

CMYK Percentages of Color #e372bd

%0
%50
%17
%11

Triadic Colors of #e372bd

#e372bd #bde372 #72bde3

Analogous Colors of #e372bd

#e372bd #e37285 #d172e3

Monochromatic Colors of #e372bd

#e372bd

Complementary Color

#e372bd #72e398

#e372bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e372bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e372bd Color CSS Codes

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

#e372bd Text Font Color

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

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


#e372bd Background Color

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

This div background color is #e372bd


#e372bd Border Color

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

This div border color is #e372bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e372bd


Comments

No comments written yet.

Please login to write comment.