Color Hex Logo

#772faf Color Hex

#772FAF
(119,47,175)
0 Favorites   0 Comments

Color spaces of #772faf

RGB 11947175
HSL0.760.580.44
HSV274°73°69°
CMYK 0.320.730.00   0.31
XYZ16.36219.050141.4419
Yxy9.05010.24470.1354
Hunter Lab30.083444.4387-60.6176
CIE-Lab36.080653.6591-55.1464

#772faf color RGB value is (119,47,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101111 10101111
Octal 167 57 257
Decimal 119 47 175
Hex 77 2F AF

RGB Percentages of Color #772faf

%34.90
%13.78
%51.32

CMYK Percentages of Color #772faf

%32
%73
%0
%31

Triadic Colors of #772faf

#772faf #af772f #2faf77

Analogous Colors of #772faf

#772faf #af2fa7 #372faf

Monochromatic Colors of #772faf

#772faf

Complementary Color

#772faf #67af2f

#772faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#772faf Color CSS Codes

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

#772faf Text Font Color

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

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


#772faf Background Color

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

This div background color is #772faf


#772faf Border Color

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

This div border color is #772faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,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 #772faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772faf


Comments

No comments written yet.

Please login to write comment.