Color Hex Logo

#784aaf Color Hex

#784AAF
(120,74,175)
0 Favorites   0 Comments

Color spaces of #784aaf

RGB 12074175
HSL0.740.410.49
HSV267°58°69°
CMYK 0.310.580.00   0.31
XYZ17.932411.985841.9258
Yxy11.98580.24960.1668
Hunter Lab34.620531.8718-47.5664
CIE-Lab41.193540.2481-46.8929

#784aaf color RGB value is (120,74,175).

#784aaf hex color red value is 120, green value is 74 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #784aaf hue: 0.74 , saturation: 0.41 and the lightness value of 784aaf is 0.49.

The process color (four color CMYK) of #784aaf color hex is 0.31, 0.58, 0.00, 0.31. Web safe color of #784aaf is #663399. Color #784aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001010 10101111
Octal 170 112 257
Decimal 120 74 175
Hex 78 4A AF

RGB Percentages of Color #784aaf

%32.52
%20.05
%47.43

CMYK Percentages of Color #784aaf

%31
%58
%0
%31

Triadic Colors of #784aaf

#784aaf #af784a #4aaf78

Analogous Colors of #784aaf

#784aaf #ab4aaf #4a4eaf

Monochromatic Colors of #784aaf

#784aaf

Complementary Color

#784aaf #81af4a

#784aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#784aaf Color CSS Codes

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

#784aaf Text Font Color

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

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


#784aaf Background Color

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

This div background color is #784aaf


#784aaf Border Color

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

This div border color is #784aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784aaf


Comments

No comments written yet.

Please login to write comment.