Color Hex Logo

#780fbf Color Hex

#780FBF
(120,15,191)
0 Favorites   0 Comments

Color spaces of #780fbf

RGB 12015191
HSL0.770.850.40
HSV276°92°75°
CMYK 0.370.920.00   0.25
XYZ17.32058.096349.9401
Yxy8.09630.22980.1074
Hunter Lab28.454058.8619-84.1431
CIE-Lab34.182667.1678-67.7168

#780fbf color RGB value is (120,15,191).

#780fbf hex color red value is 120, green value is 15 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #780fbf hue: 0.77 , saturation: 0.85 and the lightness value of 780fbf is 0.40.

The process color (four color CMYK) of #780fbf color hex is 0.37, 0.92, 0.00, 0.25. Web safe color of #780fbf is #6600cc. Color #780fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001111 10111111
Octal 170 17 277
Decimal 120 15 191
Hex 78 F BF

RGB Percentages of Color #780fbf

%36.81
%4.60
%58.59

CMYK Percentages of Color #780fbf

%37
%92
%0
%25

Triadic Colors of #780fbf

#780fbf #bf780f #0fbf78

Analogous Colors of #780fbf

#780fbf #bf0fae #200fbf

Monochromatic Colors of #780fbf

#780fbf

Complementary Color

#780fbf #56bf0f

#780fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#780fbf Color CSS Codes

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

#780fbf Text Font Color

<p style="color:#780fbf">Text here</p>

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


#780fbf Background Color

<div style="background-color:#780fbf">
Div content here</div>

This div background color is #780fbf


#780fbf Border Color

<div style="border:3px solid #780fbf">
Div here</div>

This div border color is #780fbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,15,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #780fbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #780fbf;
  -webkit-box-shadow: 1px 1px 3px 2px #780fbf;
  box-shadow:         1px 1px 3px 2px #780fbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780fbf


Comments

No comments written yet.

Please login to write comment.