Color Hex Logo

#7863af Color Hex

#7863AF
(120,99,175)
0 Favorites   0 Comments

Color spaces of #7863af

RGB 12099175
HSL0.710.320.54
HSV257°43°69°
CMYK 0.310.430.00   0.31
XYZ19.945416.011942.5968
Yxy16.01190.25390.2038
Hunter Lab40.014918.9472-35.1052
CIE-Lab46.990125.6152-37.6710

#7863af color RGB value is (120,99,175).

#7863af hex color red value is 120, green value is 99 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7863af hue: 0.71 , saturation: 0.32 and the lightness value of 7863af is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100011 10101111
Octal 170 143 257
Decimal 120 99 175
Hex 78 63 AF

RGB Percentages of Color #7863af

%30.46
%25.13
%44.42

CMYK Percentages of Color #7863af

%31
%43
%0
%31

Triadic Colors of #7863af

#7863af #af7863 #63af78

Analogous Colors of #7863af

#7863af #9e63af #6374af

Monochromatic Colors of #7863af

#7863af

Complementary Color

#7863af #9aaf63

#7863af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7863af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7863af Color CSS Codes

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

#7863af Text Font Color

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

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


#7863af Background Color

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

This div background color is #7863af


#7863af Border Color

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

This div border color is #7863af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7863af


Comments

No comments written yet.

Please login to write comment.