Color Hex Logo

#803098 Color Hex

#803098
(128,48,152)
0 Favorites   0 Comments

Color spaces of #803098

RGB 12848152
HSL0.790.520.39
HSV286°68°60°
CMYK 0.160.680.00   0.40
XYZ15.62658.970130.6136
Yxy8.97010.28300.1625
Hunter Lab29.950140.7198-39.6383
CIE-Lab35.926750.0902-41.4944

#803098 color RGB value is (128,48,152).

#803098 hex color red value is 128, green value is 48 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #803098 hue: 0.79 , saturation: 0.52 and the lightness value of 803098 is 0.39.

The process color (four color CMYK) of #803098 color hex is 0.16, 0.68, 0.00, 0.40. Web safe color of #803098 is #993399. Color #803098 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110000 10011000
Octal 200 60 230
Decimal 128 48 152
Hex 80 30 98

RGB Percentages of Color #803098

%39.02
%14.63
%46.34

CMYK Percentages of Color #803098

%16
%68
%0
%40

Triadic Colors of #803098

#803098 #988030 #309880

Analogous Colors of #803098

#803098 #98307c #4c3098

Monochromatic Colors of #803098

#803098

Complementary Color

#803098 #489830

#803098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803098 Color CSS Codes

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

#803098 Text Font Color

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

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


#803098 Background Color

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

This div background color is #803098


#803098 Border Color

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

This div border color is #803098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803098


Comments

No comments written yet.

Please login to write comment.