Color Hex Logo

#772cbf Color Hex

#772CBF
(119,44,191)
0 Favorites   0 Comments

Color spaces of #772cbf

RGB 11944191
HSL0.750.630.46
HSV271°77°75°
CMYK 0.380.770.00   0.25
XYZ17.91249.484950.1769
Yxy9.48490.23090.1223
Hunter Lab30.797649.9230-75.0399
CIE-Lab36.901658.6411-63.2723

#772cbf color RGB value is (119,44,191).

#772cbf hex color red value is 119, green value is 44 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #772cbf hue: 0.75 , saturation: 0.63 and the lightness value of 772cbf is 0.46.

The process color (four color CMYK) of #772cbf color hex is 0.38, 0.77, 0.00, 0.25. Web safe color of #772cbf is #6633cc. Color #772cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101100 10111111
Octal 167 54 277
Decimal 119 44 191
Hex 77 2C BF

RGB Percentages of Color #772cbf

%33.62
%12.43
%53.95

CMYK Percentages of Color #772cbf

%38
%77
%0
%25

Triadic Colors of #772cbf

#772cbf #bf772c #2cbf77

Analogous Colors of #772cbf

#772cbf #bf2cbe #2d2cbf

Monochromatic Colors of #772cbf

#772cbf

Complementary Color

#772cbf #74bf2c

#772cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#772cbf Color CSS Codes

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

#772cbf Text Font Color

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

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


#772cbf Background Color

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

This div background color is #772cbf


#772cbf Border Color

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

This div border color is #772cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772cbf


Comments

No comments written yet.

Please login to write comment.