Color Hex Logo

#e492bd Color Hex

#E492BD
(228,146,189)
0 Favorites   0 Comments

Color spaces of #e492bd

RGB 228146189
HSL0.910.600.73
HSV329°36°89°
CMYK 0.000.360.17   0.11
XYZ51.459140.725953.2928
Yxy40.72590.35370.2799
Hunter Lab63.816832.2551-4.8407
CIE-Lab69.983536.8976-9.3684

#e492bd color RGB value is (228,146,189).

#e492bd hex color red value is 228, green value is 146 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e492bd hue: 0.91 , saturation: 0.60 and the lightness value of e492bd is 0.73.

The process color (four color CMYK) of #e492bd color hex is 0.00, 0.36, 0.17, 0.11. Web safe color of #e492bd is #cc99cc. Color #e492bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010010 10111101
Octal 344 222 275
Decimal 228 146 189
Hex E4 92 BD

RGB Percentages of Color #e492bd

%40.50
%25.93
%33.57

CMYK Percentages of Color #e492bd

%0
%36
%17
%11

Triadic Colors of #e492bd

#e492bd #bde492 #92bde4

Analogous Colors of #e492bd

#e492bd #e49294 #e292e4

Monochromatic Colors of #e492bd

#e492bd

Complementary Color

#e492bd #92e4b9

#e492bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e492bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e492bd Color CSS Codes

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

#e492bd Text Font Color

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

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


#e492bd Background Color

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

This div background color is #e492bd


#e492bd Border Color

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

This div border color is #e492bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e492bd


Comments

No comments written yet.

Please login to write comment.