Color Hex Logo

#800275 Color Hex

#800275
(128,2,117)
0 Favorites   0 Comments

Color spaces of #800275

RGB 1282117
HSL0.850.970.25
HSV305°98°50°
CMYK 0.000.980.09   0.50
XYZ12.13475.917017.3321
Yxy5.91700.34290.1672
Hunter Lab24.324946.4779-25.2182
CIE-Lab29.202156.9312-30.4565

#800275 color RGB value is (128,2,117).

#800275 hex color red value is 128, green value is 2 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #800275 hue: 0.85 , saturation: 0.97 and the lightness value of 800275 is 0.25.

The process color (four color CMYK) of #800275 color hex is 0.00, 0.98, 0.09, 0.50. Web safe color of #800275 is #990066. Color #800275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000010 01110101
Octal 200 2 165
Decimal 128 2 117
Hex 80 2 75

RGB Percentages of Color #800275

%51.82
%0.81
%47.37

CMYK Percentages of Color #800275

%0
%98
%9
%50

Triadic Colors of #800275

#800275 #758002 #027580

Analogous Colors of #800275

#800275 #800236 #4c0280

Monochromatic Colors of #800275

#800275

Complementary Color

#800275 #02800d

#800275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#800275 Color CSS Codes

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

#800275 Text Font Color

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

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


#800275 Background Color

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

This div background color is #800275


#800275 Border Color

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

This div border color is #800275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800275


Comments

No comments written yet.

Please login to write comment.