Color Hex Logo

#785af5 Color Hex

#785AF5
(120,90,245)
0 Favorites   0 Comments

Color spaces of #785af5

RGB 12090245
HSL0.700.890.66
HSV252°63°96°
CMYK 0.510.630.00   0.04
XYZ27.883317.898088.3712
Yxy17.89800.20780.1334
Hunter Lab42.306043.6113-94.2341
CIE-Lab49.372250.4533-73.8472

#785af5 color RGB value is (120,90,245).

#785af5 hex color red value is 120, green value is 90 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #785af5 hue: 0.70 , saturation: 0.89 and the lightness value of 785af5 is 0.66.

The process color (four color CMYK) of #785af5 color hex is 0.51, 0.63, 0.00, 0.04. Web safe color of #785af5 is #6666ff. Color #785af5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011010 11110101
Octal 170 132 365
Decimal 120 90 245
Hex 78 5A F5

RGB Percentages of Color #785af5

%26.37
%19.78
%53.85

CMYK Percentages of Color #785af5

%51
%63
%0
%4

Triadic Colors of #785af5

#785af5 #f5785a #5af578

Analogous Colors of #785af5

#785af5 #c65af5 #5a8af5

Monochromatic Colors of #785af5

#785af5

Complementary Color

#785af5 #d7f55a

#785af5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785af5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785af5 Color CSS Codes

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

#785af5 Text Font Color

<p style="color:#785af5">Text here</p>

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


#785af5 Background Color

<div style="background-color:#785af5">
Div content here</div>

This div background color is #785af5


#785af5 Border Color

<div style="border:3px solid #785af5">
Div here</div>

This div border color is #785af5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,90,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #785af5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #785af5;
  -webkit-box-shadow: 1px 1px 3px 2px #785af5;
  box-shadow:         1px 1px 3px 2px #785af5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785af5


Comments

No comments written yet.

Please login to write comment.