Color Hex Logo

#e845bd Color Hex

#E845BD
(232,69,189)
0 Favorites   0 Comments

Color spaces of #e845bd

RGB 23269189
HSL0.880.780.59
HSV316°70°91°
CMYK 0.000.700.19   0.09
XYZ44.592125.086250.6360
Yxy25.08620.37060.2085
Hunter Lab50.086171.2693-24.8806
CIE-Lab57.159373.1750-28.8150

#e845bd color RGB value is (232,69,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000101 10111101
Octal 350 105 275
Decimal 232 69 189
Hex E8 45 BD

RGB Percentages of Color #e845bd

%47.35
%14.08
%38.57

CMYK Percentages of Color #e845bd

%0
%70
%19
%9

Triadic Colors of #e845bd

#e845bd #bde845 #45bde8

Analogous Colors of #e845bd

#e845bd #e8456c #c245e8

Monochromatic Colors of #e845bd

#e845bd

Complementary Color

#e845bd #45e870

#e845bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e845bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e845bd Color CSS Codes

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

#e845bd Text Font Color

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

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


#e845bd Background Color

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

This div background color is #e845bd


#e845bd Border Color

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

This div border color is #e845bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e845bd


Comments

No comments written yet.

Please login to write comment.