Color Hex Logo

#80249c Color Hex

#80249C
(128,36,156)
0 Favorites   0 Comments

Color spaces of #80249c

RGB 12836156
HSL0.790.630.38
HSV286°77°61°
CMYK 0.180.770.00   0.39
XYZ15.53378.251232.2264
Yxy8.25120.27730.1473
Hunter Lab28.724946.2597-46.4099
CIE-Lab34.500755.6935-46.2147

#80249c color RGB value is (128,36,156).

#80249c hex color red value is 128, green value is 36 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #80249c hue: 0.79 , saturation: 0.63 and the lightness value of 80249c is 0.38.

The process color (four color CMYK) of #80249c color hex is 0.18, 0.77, 0.00, 0.39. Web safe color of #80249c is #993399. Color #80249c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100100 10011100
Octal 200 44 234
Decimal 128 36 156
Hex 80 24 9C

RGB Percentages of Color #80249c

%40.00
%11.25
%48.75

CMYK Percentages of Color #80249c

%18
%77
%0
%39

Triadic Colors of #80249c

#80249c #9c8024 #249c80

Analogous Colors of #80249c

#80249c #9c247c #44249c

Monochromatic Colors of #80249c

#80249c

Complementary Color

#80249c #409c24

#80249c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80249c Color Preview on White Background

Lorem ipsum dolor sit amet.

#80249c Color CSS Codes

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

#80249c Text Font Color

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

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


#80249c Background Color

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

This div background color is #80249c


#80249c Border Color

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

This div border color is #80249c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,36,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80249c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80249c;
  -webkit-box-shadow: 1px 1px 3px 2px #80249c;
  box-shadow:         1px 1px 3px 2px #80249c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80249c


Comments

No comments written yet.

Please login to write comment.