Color Hex Logo

#786ca5 Color Hex

#786CA5
(120,108,165)
0 Favorites   0 Comments

Color spaces of #786ca5

RGB 120108165
HSL0.700.240.54
HSV253°35°65°
CMYK 0.270.350.00   0.35
XYZ19.899817.434837.9137
Yxy17.43480.26450.2317
Hunter Lab41.755011.9991-24.6070
CIE-Lab48.803317.5732-28.9749

#786ca5 color RGB value is (120,108,165).

#786ca5 hex color red value is 120, green value is 108 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #786ca5 hue: 0.70 , saturation: 0.24 and the lightness value of 786ca5 is 0.54.

The process color (four color CMYK) of #786ca5 color hex is 0.27, 0.35, 0.00, 0.35. Web safe color of #786ca5 is #666699. Color #786ca5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101100 10100101
Octal 170 154 245
Decimal 120 108 165
Hex 78 6C A5

RGB Percentages of Color #786ca5

%30.53
%27.48
%41.98

CMYK Percentages of Color #786ca5

%27
%35
%0
%35

Triadic Colors of #786ca5

#786ca5 #a5786c #6ca578

Analogous Colors of #786ca5

#786ca5 #956ca5 #6c7da5

Monochromatic Colors of #786ca5

#786ca5

Complementary Color

#786ca5 #99a56c

#786ca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786ca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#786ca5 Color CSS Codes

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

#786ca5 Text Font Color

<p style="color:#786ca5">Text here</p>

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


#786ca5 Background Color

<div style="background-color:#786ca5">
Div content here</div>

This div background color is #786ca5


#786ca5 Border Color

<div style="border:3px solid #786ca5">
Div here</div>

This div border color is #786ca5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,108,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #786ca5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #786ca5;
  -webkit-box-shadow: 1px 1px 3px 2px #786ca5;
  box-shadow:         1px 1px 3px 2px #786ca5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786ca5


Comments

No comments written yet.

Please login to write comment.