Color Hex Logo

#803058 Color Hex

#803058
(128,48,88)
0 Favorites   0 Comments

Color spaces of #803058

RGB 1284888
HSL0.920.450.35
HSV330°63°50°
CMYK 0.000.630.31   0.50
XYZ11.72057.407710.0446
Yxy7.40770.40180.2539
Hunter Lab27.217129.2376-2.8293
CIE-Lab32.717638.8804-6.3734

#803058 color RGB value is (128,48,88).

#803058 hex color red value is 128, green value is 48 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #803058 hue: 0.92 , saturation: 0.45 and the lightness value of 803058 is 0.35.

The process color (four color CMYK) of #803058 color hex is 0.00, 0.63, 0.31, 0.50. Web safe color of #803058 is #993366. Color #803058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110000 01011000
Octal 200 60 130
Decimal 128 48 88
Hex 80 30 58

RGB Percentages of Color #803058

%48.48
%18.18
%33.33

CMYK Percentages of Color #803058

%0
%63
%31
%50

Triadic Colors of #803058

#803058 #588030 #305880

Analogous Colors of #803058

#803058 #803030 #803080

Monochromatic Colors of #803058

#803058

Complementary Color

#803058 #308058

#803058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803058 Color CSS Codes

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

#803058 Text Font Color

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

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


#803058 Background Color

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

This div background color is #803058


#803058 Border Color

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

This div border color is #803058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803058


Comments

No comments written yet.

Please login to write comment.