Color Hex Logo

#e280bb Color Hex

#E280BB
(226,128,187)
0 Favorites   0 Comments

Color spaces of #e280bb

RGB 226128187
HSL0.900.630.69
HSV324°43°89°
CMYK 0.000.430.17   0.11
XYZ48.052835.195051.2744
Yxy35.19500.35720.2616
Hunter Lab59.325440.7633-9.7161
CIE-Lab65.900245.3000-14.3930

#e280bb color RGB value is (226,128,187).

#e280bb hex color red value is 226, green value is 128 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e280bb hue: 0.90 , saturation: 0.63 and the lightness value of e280bb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000000 10111011
Octal 342 200 273
Decimal 226 128 187
Hex E2 80 BB

RGB Percentages of Color #e280bb

%41.77
%23.66
%34.57

CMYK Percentages of Color #e280bb

%0
%43
%17
%11

Triadic Colors of #e280bb

#e280bb #bbe280 #80bbe2

Analogous Colors of #e280bb

#e280bb #e2808a #d880e2

Monochromatic Colors of #e280bb

#e280bb

Complementary Color

#e280bb #80e2a7

#e280bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e280bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e280bb Color CSS Codes

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

#e280bb Text Font Color

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

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


#e280bb Background Color

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

This div background color is #e280bb


#e280bb Border Color

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

This div border color is #e280bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e280bb


Comments

No comments written yet.

Please login to write comment.