Color Hex Logo

#802390 Color Hex

#802390
(128,35,144)
0 Favorites   0 Comments

Color spaces of #802390

RGB 12835144
HSL0.810.610.35
HSV291°76°56°
CMYK 0.110.760.00   0.44
XYZ14.53727.804927.1259
Yxy7.80490.29390.1578
Hunter Lab27.937343.9926-38.0120
CIE-Lab33.573253.7158-40.3745

#802390 color RGB value is (128,35,144).

#802390 hex color red value is 128, green value is 35 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #802390 hue: 0.81 , saturation: 0.61 and the lightness value of 802390 is 0.35.

The process color (four color CMYK) of #802390 color hex is 0.11, 0.76, 0.00, 0.44. Web safe color of #802390 is #993399. Color #802390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100011 10010000
Octal 200 43 220
Decimal 128 35 144
Hex 80 23 90

RGB Percentages of Color #802390

%41.69
%11.40
%46.91

CMYK Percentages of Color #802390

%11
%76
%0
%44

Triadic Colors of #802390

#802390 #908023 #239080

Analogous Colors of #802390

#802390 #90236a #4a2390

Monochromatic Colors of #802390

#802390

Complementary Color

#802390 #339023

#802390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802390 Color CSS Codes

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

#802390 Text Font Color

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

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


#802390 Background Color

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

This div background color is #802390


#802390 Border Color

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

This div border color is #802390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802390


Comments

No comments written yet.

Please login to write comment.