Color Hex Logo

#782fbf Color Hex

#782FBF
(120,47,191)
0 Favorites   0 Comments

Color spaces of #782fbf

RGB 12047191
HSL0.750.610.47
HSV270°75°75°
CMYK 0.370.750.00   0.25
XYZ18.16629.787750.2220
Yxy9.78770.23240.1252
Hunter Lab31.285348.8990-73.2780
CIE-Lab37.458757.5875-62.3581

#782fbf color RGB value is (120,47,191).

#782fbf hex color red value is 120, green value is 47 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #782fbf hue: 0.75 , saturation: 0.61 and the lightness value of 782fbf is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101111 10111111
Octal 170 57 277
Decimal 120 47 191
Hex 78 2F BF

RGB Percentages of Color #782fbf

%33.52
%13.13
%53.35

CMYK Percentages of Color #782fbf

%37
%75
%0
%25

Triadic Colors of #782fbf

#782fbf #bf782f #2fbf78

Analogous Colors of #782fbf

#782fbf #bf2fbe #302fbf

Monochromatic Colors of #782fbf

#782fbf

Complementary Color

#782fbf #76bf2f

#782fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#782fbf Color CSS Codes

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

#782fbf Text Font Color

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

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


#782fbf Background Color

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

This div background color is #782fbf


#782fbf Border Color

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

This div border color is #782fbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,47,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 #782fbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782fbf


Comments

No comments written yet.

Please login to write comment.