Color Hex Logo

#800c65 Color Hex

#800C65
(128,12,101)
0 Favorites   0 Comments

Color spaces of #800c65

RGB 12812101
HSL0.870.830.27
HSV314°91°50°
CMYK 0.000.910.21   0.50
XYZ11.38255.791712.8299
Yxy5.79170.37940.1930
Hunter Lab24.066042.3099-14.7622
CIE-Lab28.880753.0028-20.6702

#800c65 color RGB value is (128,12,101).

#800c65 hex color red value is 128, green value is 12 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #800c65 hue: 0.87 , saturation: 0.83 and the lightness value of 800c65 is 0.27.

The process color (four color CMYK) of #800c65 color hex is 0.00, 0.91, 0.21, 0.50. Web safe color of #800c65 is #990066. Color #800c65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001100 01100101
Octal 200 14 145
Decimal 128 12 101
Hex 80 C 65

RGB Percentages of Color #800c65

%53.11
%4.98
%41.91

CMYK Percentages of Color #800c65

%0
%91
%21
%50

Triadic Colors of #800c65

#800c65 #65800c #0c6580

Analogous Colors of #800c65

#800c65 #800c2b #610c80

Monochromatic Colors of #800c65

#800c65

Complementary Color

#800c65 #0c8027

#800c65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800c65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#800c65 Color CSS Codes

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

#800c65 Text Font Color

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

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


#800c65 Background Color

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

This div background color is #800c65


#800c65 Border Color

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

This div border color is #800c65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800c65


Comments

No comments written yet.

Please login to write comment.