Color Hex Logo

#e825bd Color Hex

#E825BD
(232,37,189)
0 Favorites   0 Comments

Color spaces of #e825bd

RGB 23237189
HSL0.870.810.53
HSV313°84°91°
CMYK 0.000.840.19   0.09
XYZ43.125622.153150.1471
Yxy22.15310.37360.1919
Hunter Lab47.067181.1847-30.2229
CIE-Lab54.189181.6711-33.4358

#e825bd color RGB value is (232,37,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100101 10111101
Octal 350 45 275
Decimal 232 37 189
Hex E8 25 BD

RGB Percentages of Color #e825bd

%50.66
%8.08
%41.27

CMYK Percentages of Color #e825bd

%0
%84
%19
%9

Triadic Colors of #e825bd

#e825bd #bde825 #25bde8

Analogous Colors of #e825bd

#e825bd #e8255c #b225e8

Monochromatic Colors of #e825bd

#e825bd

Complementary Color

#e825bd #25e850

#e825bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e825bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e825bd Color CSS Codes

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

#e825bd Text Font Color

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

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


#e825bd Background Color

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

This div background color is #e825bd


#e825bd Border Color

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

This div border color is #e825bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e825bd


Comments

No comments written yet.

Please login to write comment.