Color Hex Logo

#785ffa Color Hex

#785FFA
(120,95,250)
0 Favorites   0 Comments

Color spaces of #785ffa

RGB 12095250
HSL0.690.940.68
HSV250°62°98°
CMYK 0.520.620.00   0.02
XYZ29.093319.079692.5918
Yxy19.07960.20670.1355
Hunter Lab43.680242.4500-95.1048
CIE-Lab50.780249.1219-74.3435

#785ffa color RGB value is (120,95,250).

#785ffa hex color red value is 120, green value is 95 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #785ffa hue: 0.69 , saturation: 0.94 and the lightness value of 785ffa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011111 11111010
Octal 170 137 372
Decimal 120 95 250
Hex 78 5F FA

RGB Percentages of Color #785ffa

%25.81
%20.43
%53.76

CMYK Percentages of Color #785ffa

%52
%62
%0
%2

Triadic Colors of #785ffa

#785ffa #fa785f #5ffa78

Analogous Colors of #785ffa

#785ffa #c65ffa #5f94fa

Monochromatic Colors of #785ffa

#785ffa

Complementary Color

#785ffa #e1fa5f

#785ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#785ffa Color CSS Codes

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

#785ffa Text Font Color

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

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


#785ffa Background Color

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

This div background color is #785ffa


#785ffa Border Color

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

This div border color is #785ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785ffa


Comments

No comments written yet.

Please login to write comment.