Color Hex Logo

#e280b0 Color Hex

#E280B0
(226,128,176)
0 Favorites   0 Comments

Color spaces of #e280b0

RGB 226128176
HSL0.920.630.69
HSV331°43°89°
CMYK 0.000.430.22   0.11
XYZ46.919734.741745.3072
Yxy34.74170.36950.2736
Hunter Lab58.942138.9428-4.3152
CIE-Lab65.547143.6664-8.7151

#e280b0 color RGB value is (226,128,176).

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

The process color (four color CMYK) of #e280b0 color hex is 0.00, 0.43, 0.22, 0.11. Web safe color of #e280b0 is #cc9999. Color #e280b0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000000 10110000
Octal 342 200 260
Decimal 226 128 176
Hex E2 80 B0

RGB Percentages of Color #e280b0

%42.64
%24.15
%33.21

CMYK Percentages of Color #e280b0

%0
%43
%22
%11

Triadic Colors of #e280b0

#e280b0 #b0e280 #80b0e2

Analogous Colors of #e280b0

#e280b0 #e28180 #e280e1

Monochromatic Colors of #e280b0

#e280b0

Complementary Color

#e280b0 #80e2b2

#e280b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e280b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e280b0 Color CSS Codes

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

#e280b0 Text Font Color

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

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


#e280b0 Background Color

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

This div background color is #e280b0


#e280b0 Border Color

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

This div border color is #e280b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e280b0


Comments

No comments written yet.

Please login to write comment.