Color Hex Logo

#785afb Color Hex

#785AFB
(120,90,251)
0 Favorites   0 Comments

Color spaces of #785afb

RGB 12090251
HSL0.700.950.67
HSV251°64°98°
CMYK 0.520.640.00   0.02
XYZ28.814518.270493.2746
Yxy18.27040.20530.1302
Hunter Lab42.743945.5286-99.4604
CIE-Lab49.822452.1704-76.4594

#785afb color RGB value is (120,90,251).

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

The process color (four color CMYK) of #785afb color hex is 0.52, 0.64, 0.00, 0.02. Web safe color of #785afb is #6666ff. Color #785afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011010 11111011
Octal 170 132 373
Decimal 120 90 251
Hex 78 5A FB

RGB Percentages of Color #785afb

%26.03
%19.52
%54.45

CMYK Percentages of Color #785afb

%52
%64
%0
%2

Triadic Colors of #785afb

#785afb #fb785a #5afb78

Analogous Colors of #785afb

#785afb #c95afb #5a8dfb

Monochromatic Colors of #785afb

#785afb

Complementary Color

#785afb #ddfb5a

#785afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#785afb Color CSS Codes

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

#785afb Text Font Color

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

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


#785afb Background Color

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

This div background color is #785afb


#785afb Border Color

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

This div border color is #785afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785afb


Comments

No comments written yet.

Please login to write comment.