Color Hex Logo

#e840bd Color Hex

#E840BD
(232,64,189)
0 Favorites   0 Comments

Color spaces of #e840bd

RGB 23264189
HSL0.880.790.58
HSV315°72°91°
CMYK 0.000.720.19   0.09
XYZ44.297424.496750.5377
Yxy24.49670.37120.2053
Hunter Lab49.494173.1433-25.8942
CIE-Lab56.581774.8069-29.7105

#e840bd color RGB value is (232,64,189).

#e840bd hex color red value is 232, green value is 64 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e840bd hue: 0.88 , saturation: 0.79 and the lightness value of e840bd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000000 10111101
Octal 350 100 275
Decimal 232 64 189
Hex E8 40 BD

RGB Percentages of Color #e840bd

%47.84
%13.20
%38.97

CMYK Percentages of Color #e840bd

%0
%72
%19
%9

Triadic Colors of #e840bd

#e840bd #bde840 #40bde8

Analogous Colors of #e840bd

#e840bd #e84069 #bf40e8

Monochromatic Colors of #e840bd

#e840bd

Complementary Color

#e840bd #40e86b

#e840bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e840bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e840bd Color CSS Codes

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

#e840bd Text Font Color

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

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


#e840bd Background Color

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

This div background color is #e840bd


#e840bd Border Color

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

This div border color is #e840bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e840bd


Comments

No comments written yet.

Please login to write comment.