Color Hex Logo

#e284bd Color Hex

#E284BD
(226,132,189)
0 Favorites   0 Comments

Color spaces of #e284bd

RGB 226132189
HSL0.900.620.70
HSV324°42°89°
CMYK 0.000.420.16   0.11
XYZ48.800636.345452.5874
Yxy36.34540.35430.2639
Hunter Lab60.287138.9878-9.5166
CIE-Lab66.783043.5505-14.1879

#e284bd color RGB value is (226,132,189).

#e284bd hex color red value is 226, green value is 132 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e284bd hue: 0.90 , saturation: 0.62 and the lightness value of e284bd is 0.70.

The process color (four color CMYK) of #e284bd color hex is 0.00, 0.42, 0.16, 0.11. Web safe color of #e284bd is #cc99cc. Color #e284bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000100 10111101
Octal 342 204 275
Decimal 226 132 189
Hex E2 84 BD

RGB Percentages of Color #e284bd

%41.32
%24.13
%34.55

CMYK Percentages of Color #e284bd

%0
%42
%16
%11

Triadic Colors of #e284bd

#e284bd #bde284 #84bde2

Analogous Colors of #e284bd

#e284bd #e2848e #d884e2

Monochromatic Colors of #e284bd

#e284bd

Complementary Color

#e284bd #84e2a9

#e284bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e284bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e284bd Color CSS Codes

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

#e284bd Text Font Color

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

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


#e284bd Background Color

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

This div background color is #e284bd


#e284bd Border Color

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

This div border color is #e284bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e284bd


Comments

No comments written yet.

Please login to write comment.