Color Hex Logo

#782faf Color Hex

#782FAF
(120,47,175)
0 Favorites   0 Comments

Color spaces of #782faf

RGB 12047175
HSL0.760.580.44
HSV274°73°69°
CMYK 0.310.730.00   0.31
XYZ16.50019.121241.4484
Yxy9.12120.24600.1360
Hunter Lab30.201344.6688-60.2289
CIE-Lab36.216653.8525-54.9195

#782faf color RGB value is (120,47,175).

#782faf hex color red value is 120, green value is 47 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #782faf hue: 0.76 , saturation: 0.58 and the lightness value of 782faf is 0.44.

The process color (four color CMYK) of #782faf color hex is 0.31, 0.73, 0.00, 0.31. Web safe color of #782faf is #663399. Color #782faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101111 10101111
Octal 170 57 257
Decimal 120 47 175
Hex 78 2F AF

RGB Percentages of Color #782faf

%35.09
%13.74
%51.17

CMYK Percentages of Color #782faf

%31
%73
%0
%31

Triadic Colors of #782faf

#782faf #af782f #2faf78

Analogous Colors of #782faf

#782faf #af2fa6 #382faf

Monochromatic Colors of #782faf

#782faf

Complementary Color

#782faf #66af2f

#782faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#782faf Color CSS Codes

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

#782faf Text Font Color

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

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


#782faf Background Color

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

This div background color is #782faf


#782faf Border Color

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

This div border color is #782faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782faf


Comments

No comments written yet.

Please login to write comment.