Color Hex Logo

#772bbf Color Hex

#772BBF
(119,43,191)
0 Favorites   0 Comments

Color spaces of #772bbf

RGB 11943191
HSL0.750.630.46
HSV271°77°75°
CMYK 0.380.770.00   0.25
XYZ17.87569.411350.1646
Yxy9.41130.23080.1215
Hunter Lab30.677850.3235-75.4769
CIE-Lab36.764459.0360-63.4962

#772bbf color RGB value is (119,43,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101011 10111111
Octal 167 53 277
Decimal 119 43 191
Hex 77 2B BF

RGB Percentages of Color #772bbf

%33.71
%12.18
%54.11

CMYK Percentages of Color #772bbf

%38
%77
%0
%25

Triadic Colors of #772bbf

#772bbf #bf772b #2bbf77

Analogous Colors of #772bbf

#772bbf #bf2bbd #2d2bbf

Monochromatic Colors of #772bbf

#772bbf

Complementary Color

#772bbf #73bf2b

#772bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#772bbf Color CSS Codes

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

#772bbf Text Font Color

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

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


#772bbf Background Color

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

This div background color is #772bbf


#772bbf Border Color

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

This div border color is #772bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772bbf


Comments

No comments written yet.

Please login to write comment.