color codes Logo

#80295f color codes

#80295F
(128,41,95)
0 Favorites   0 Comments

Color spaces of #80295f

RGB 1284195
HSL0.900.510.33
HSV323°68°50°
CMYK 0.000.680.26   0.50
XYZ11.76067.001311.5580
Yxy7.00130.38790.2309
Hunter Lab26.460033.0325-7.3765
CIE-Lab31.809943.0765-12.2665

#80295f color RGB value is (128,41,95).

#80295f hex color red value is 128, green value is 41 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #80295f hue: 0.90 , saturation: 0.51 and the lightness value of 80295f is 0.33.

The process color (four color CMYK) of #80295f color code is 0.00, 0.68, 0.26, 0.50. Web safe color of #80295f is #993366. Color #80295f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101001 01011111
Octal 200 51 137
Decimal 128 41 95
Hex 80 29 5F

RGB Percentages of Color #80295f

%48.48
%15.53
%35.98

CMYK Percentages of Color #80295f

%0
%68
%26
%50

Triadic Colors of #80295f

#80295f #5f8029 #295f80

Analogous Colors of #80295f

#80295f #802934 #762980

Monochromatic Colors of #80295f

#80295f

Complementary Color

#80295f #29804a

#80295f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80295f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80295f Color CSS Codes

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

#80295f Text Font Color

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

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


#80295f Background Color

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

This div background color is #80295f


#80295f Border Color

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

This div border color is #80295f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,41,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80295f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80295f;
  -webkit-box-shadow: 1px 1px 3px 2px #80295f;
  box-shadow:         1px 1px 3px 2px #80295f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80295f


Comments

No comments written yet.

Please login to write comment.