Color Hex Logo

#7803af Color Hex

#7803AF
(120,3,175)
0 Favorites   0 Comments

Color spaces of #7803af

RGB 1203175
HSL0.780.970.35
HSV281°98°69°
CMYK 0.310.980.00   0.31
XYZ15.51627.153341.1204
Yxy7.15330.24320.1121
Hunter Lab26.745756.7499-72.4341
CIE-Lab32.153465.7084-61.5417

#7803af color RGB value is (120,3,175).

#7803af hex color red value is 120, green value is 3 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7803af hue: 0.78 , saturation: 0.97 and the lightness value of 7803af is 0.35.

The process color (four color CMYK) of #7803af color hex is 0.31, 0.98, 0.00, 0.31. Web safe color of #7803af is #660099. Color #7803af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000011 10101111
Octal 170 3 257
Decimal 120 3 175
Hex 78 3 AF

RGB Percentages of Color #7803af

%40.27
%1.01
%58.72

CMYK Percentages of Color #7803af

%31
%98
%0
%31

Triadic Colors of #7803af

#7803af #af7803 #03af78

Analogous Colors of #7803af

#7803af #af0390 #2203af

Monochromatic Colors of #7803af

#7803af

Complementary Color

#7803af #3aaf03

#7803af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7803af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7803af Color CSS Codes

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

#7803af Text Font Color

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

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


#7803af Background Color

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

This div background color is #7803af


#7803af Border Color

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

This div border color is #7803af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,3,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7803af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7803af;
  -webkit-box-shadow: 1px 1px 3px 2px #7803af;
  box-shadow:         1px 1px 3px 2px #7803af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7803af


Comments

No comments written yet.

Please login to write comment.