Color Hex Logo

#784caf Color Hex

#784CAF
(120,76,175)
0 Favorites   0 Comments

Color spaces of #784caf

RGB 12076175
HSL0.740.390.49
HSV267°57°69°
CMYK 0.310.570.00   0.31
XYZ18.068012.257141.9710
Yxy12.25710.24990.1695
Hunter Lab35.010130.8524-46.5712
CIE-Lab41.621939.1229-46.2067

#784caf color RGB value is (120,76,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001100 10101111
Octal 170 114 257
Decimal 120 76 175
Hex 78 4C AF

RGB Percentages of Color #784caf

%32.35
%20.49
%47.17

CMYK Percentages of Color #784caf

%31
%57
%0
%31

Triadic Colors of #784caf

#784caf #af784c #4caf78

Analogous Colors of #784caf

#784caf #aa4caf #4c52af

Monochromatic Colors of #784caf

#784caf

Complementary Color

#784caf #83af4c

#784caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#784caf Color CSS Codes

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

#784caf Text Font Color

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

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


#784caf Background Color

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

This div background color is #784caf


#784caf Border Color

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

This div border color is #784caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784caf


Comments

No comments written yet.

Please login to write comment.