Color Hex Logo

#e925bd Color Hex

#E925BD
(233,37,189)
0 Favorites   0 Comments

Color spaces of #e925bd

RGB 23337189
HSL0.870.820.53
HSV313°84°91°
CMYK 0.000.840.19   0.09
XYZ43.451122.320950.1623
Yxy22.32090.37480.1925
Hunter Lab47.245081.4872-29.8796
CIE-Lab54.365881.8734-33.1466

#e925bd color RGB value is (233,37,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00100101 10111101
Octal 351 45 275
Decimal 233 37 189
Hex E9 25 BD

RGB Percentages of Color #e925bd

%50.76
%8.06
%41.18

CMYK Percentages of Color #e925bd

%0
%84
%19
%9

Triadic Colors of #e925bd

#e925bd #bde925 #25bde9

Analogous Colors of #e925bd

#e925bd #e9255b #b325e9

Monochromatic Colors of #e925bd

#e925bd

Complementary Color

#e925bd #25e951

#e925bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e925bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e925bd Color CSS Codes

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

#e925bd Text Font Color

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

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


#e925bd Background Color

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

This div background color is #e925bd


#e925bd Border Color

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

This div border color is #e925bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e925bd


Comments

No comments written yet.

Please login to write comment.