Color Hex Logo

#e284bc Color Hex

#E284BC
(226,132,188)
0 Favorites   0 Comments

Color spaces of #e284bc

RGB 226132188
HSL0.900.620.70
HSV324°42°89°
CMYK 0.000.420.17   0.11
XYZ48.692436.302152.0176
Yxy36.30210.35540.2650
Hunter Lab60.251238.8162-9.0119
CIE-Lab66.750143.3961-13.6758

#e284bc color RGB value is (226,132,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000100 10111100
Octal 342 204 274
Decimal 226 132 188
Hex E2 84 BC

RGB Percentages of Color #e284bc

%41.39
%24.18
%34.43

CMYK Percentages of Color #e284bc

%0
%42
%17
%11

Triadic Colors of #e284bc

#e284bc #bce284 #84bce2

Analogous Colors of #e284bc

#e284bc #e2848d #d984e2

Monochromatic Colors of #e284bc

#e284bc

Complementary Color

#e284bc #84e2aa

#e284bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e284bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e284bc Color CSS Codes

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

#e284bc Text Font Color

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

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


#e284bc Background Color

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

This div background color is #e284bc


#e284bc Border Color

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

This div border color is #e284bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,132,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e284bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e284bc


Comments

No comments written yet.

Please login to write comment.