Color Hex Logo

#784eb5 Color Hex

#784EB5
(120,78,181)
0 Favorites   0 Comments

Color spaces of #784eb5

RGB 12078181
HSL0.730.410.51
HSV264°57°71°
CMYK 0.340.570.00   0.29
XYZ18.810612.778045.1910
Yxy12.77800.24500.1664
Hunter Lab35.746331.3750-49.9328
CIE-Lab42.426839.5391-48.4498

#784eb5 color RGB value is (120,78,181).

#784eb5 hex color red value is 120, green value is 78 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #784eb5 hue: 0.73 , saturation: 0.41 and the lightness value of 784eb5 is 0.51.

The process color (four color CMYK) of #784eb5 color hex is 0.34, 0.57, 0.00, 0.29. Web safe color of #784eb5 is #6666cc. Color #784eb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001110 10110101
Octal 170 116 265
Decimal 120 78 181
Hex 78 4E B5

RGB Percentages of Color #784eb5

%31.66
%20.58
%47.76

CMYK Percentages of Color #784eb5

%34
%57
%0
%29

Triadic Colors of #784eb5

#784eb5 #b5784e #4eb578

Analogous Colors of #784eb5

#784eb5 #ac4eb5 #4e58b5

Monochromatic Colors of #784eb5

#784eb5

Complementary Color

#784eb5 #8bb54e

#784eb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784eb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#784eb5 Color CSS Codes

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

#784eb5 Text Font Color

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

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


#784eb5 Background Color

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

This div background color is #784eb5


#784eb5 Border Color

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

This div border color is #784eb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784eb5


Comments

No comments written yet.

Please login to write comment.