Color Hex Logo

#80257b Color Hex

#80257B
(128,37,123)
0 Favorites   0 Comments

Color spaces of #80257b

RGB 12837123
HSL0.840.550.32
HSV303°71°50°
CMYK 0.000.710.04   0.50
XYZ13.13887.342419.4636
Yxy7.34240.32890.1838
Hunter Lab27.096939.1320-23.6200
CIE-Lab32.574049.1581-28.9155

#80257b color RGB value is (128,37,123).

#80257b hex color red value is 128, green value is 37 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #80257b hue: 0.84 , saturation: 0.55 and the lightness value of 80257b is 0.32.

The process color (four color CMYK) of #80257b color hex is 0.00, 0.71, 0.04, 0.50. Web safe color of #80257b is #993366. Color #80257b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100101 01111011
Octal 200 45 173
Decimal 128 37 123
Hex 80 25 7B

RGB Percentages of Color #80257b

%44.44
%12.85
%42.71

CMYK Percentages of Color #80257b

%0
%71
%4
%50

Triadic Colors of #80257b

#80257b #7b8025 #257b80

Analogous Colors of #80257b

#80257b #80254d #572580

Monochromatic Colors of #80257b

#80257b

Complementary Color

#80257b #25802a

#80257b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80257b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80257b Color CSS Codes

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

#80257b Text Font Color

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

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


#80257b Background Color

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

This div background color is #80257b


#80257b Border Color

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

This div border color is #80257b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,37,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80257b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80257b;
  -webkit-box-shadow: 1px 1px 3px 2px #80257b;
  box-shadow:         1px 1px 3px 2px #80257b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80257b


Comments

No comments written yet.

Please login to write comment.