Color Hex Logo

#7853af Color Hex

#7853AF
(120,83,175)
0 Favorites   0 Comments

Color spaces of #7853af

RGB 12083175
HSL0.730.370.51
HSV264°53°69°
CMYK 0.310.530.00   0.31
XYZ18.576813.274742.1406
Yxy13.27470.25110.1794
Hunter Lab36.434527.2513-43.0715
CIE-Lab43.174335.1052-43.7260

#7853af color RGB value is (120,83,175).

#7853af hex color red value is 120, green value is 83 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7853af hue: 0.73 , saturation: 0.37 and the lightness value of 7853af is 0.51.

The process color (four color CMYK) of #7853af color hex is 0.31, 0.53, 0.00, 0.31. Web safe color of #7853af is #666699. Color #7853af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010011 10101111
Octal 170 123 257
Decimal 120 83 175
Hex 78 53 AF

RGB Percentages of Color #7853af

%31.75
%21.96
%46.30

CMYK Percentages of Color #7853af

%31
%53
%0
%31

Triadic Colors of #7853af

#7853af #af7853 #53af78

Analogous Colors of #7853af

#7853af #a653af #535caf

Monochromatic Colors of #7853af

#7853af

Complementary Color

#7853af #8aaf53

#7853af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7853af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7853af Color CSS Codes

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

#7853af Text Font Color

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

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


#7853af Background Color

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

This div background color is #7853af


#7853af Border Color

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

This div border color is #7853af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,83,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 #7853af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7853af


Comments

No comments written yet.

Please login to write comment.