Color Hex Logo

#e824bd Color Hex

#E824BD
(232,36,189)
0 Favorites   0 Comments

Color spaces of #e824bd

RGB 23236189
HSL0.870.810.53
HSV313°84°91°
CMYK 0.000.840.19   0.09
XYZ43.094922.091750.1369
Yxy22.09170.37370.1916
Hunter Lab47.001881.4095-30.3435
CIE-Lab54.124281.8597-33.5372

#e824bd color RGB value is (232,36,189).

#e824bd hex color red value is 232, green value is 36 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e824bd hue: 0.87 , saturation: 0.81 and the lightness value of e824bd is 0.53.

The process color (four color CMYK) of #e824bd color hex is 0.00, 0.84, 0.19, 0.09. Web safe color of #e824bd is #ff33cc. Color #e824bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100100 10111101
Octal 350 44 275
Decimal 232 36 189
Hex E8 24 BD

RGB Percentages of Color #e824bd

%50.77
%7.88
%41.36

CMYK Percentages of Color #e824bd

%0
%84
%19
%9

Triadic Colors of #e824bd

#e824bd #bde824 #24bde8

Analogous Colors of #e824bd

#e824bd #e8245b #b124e8

Monochromatic Colors of #e824bd

#e824bd

Complementary Color

#e824bd #24e84f

#e824bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e824bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e824bd Color CSS Codes

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

#e824bd Text Font Color

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

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


#e824bd Background Color

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

This div background color is #e824bd


#e824bd Border Color

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

This div border color is #e824bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e824bd


Comments

No comments written yet.

Please login to write comment.