Color Hex Logo

#7861ab Color Hex

#7861AB
(120,97,171)
0 Favorites   0 Comments

Color spaces of #7861ab

RGB 12097171
HSL0.720.310.53
HSV259°43°67°
CMYK 0.300.430.00   0.33
XYZ19.371115.482740.4956
Yxy15.48270.25710.2055
Hunter Lab39.348119.0167-33.4755
CIE-Lab46.288425.7604-36.4351

#7861ab color RGB value is (120,97,171).

#7861ab hex color red value is 120, green value is 97 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7861ab hue: 0.72 , saturation: 0.31 and the lightness value of 7861ab is 0.53.

The process color (four color CMYK) of #7861ab color hex is 0.30, 0.43, 0.00, 0.33. Web safe color of #7861ab is #666699. Color #7861ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100001 10101011
Octal 170 141 253
Decimal 120 97 171
Hex 78 61 AB

RGB Percentages of Color #7861ab

%30.93
%25.00
%44.07

CMYK Percentages of Color #7861ab

%30
%43
%0
%33

Triadic Colors of #7861ab

#7861ab #ab7861 #61ab78

Analogous Colors of #7861ab

#7861ab #9d61ab #616fab

Monochromatic Colors of #7861ab

#7861ab

Complementary Color

#7861ab #94ab61

#7861ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7861ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7861ab Color CSS Codes

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

#7861ab Text Font Color

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

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


#7861ab Background Color

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

This div background color is #7861ab


#7861ab Border Color

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

This div border color is #7861ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,97,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7861ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7861ab;
  -webkit-box-shadow: 1px 1px 3px 2px #7861ab;
  box-shadow:         1px 1px 3px 2px #7861ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7861ab


Comments

No comments written yet.

Please login to write comment.