Color Hex Logo

#772dbf Color Hex

#772DBF
(119,45,191)
0 Favorites   0 Comments

Color spaces of #772dbf

RGB 11945191
HSL0.750.620.46
HSV270°76°75°
CMYK 0.380.760.00   0.25
XYZ17.95019.560350.1895
Yxy9.56030.23100.1230
Hunter Lab30.919749.5166-74.5968
CIE-Lab37.041458.2395-63.0442

#772dbf color RGB value is (119,45,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101101 10111111
Octal 167 55 277
Decimal 119 45 191
Hex 77 2D BF

RGB Percentages of Color #772dbf

%33.52
%12.68
%53.80

CMYK Percentages of Color #772dbf

%38
%76
%0
%25

Triadic Colors of #772dbf

#772dbf #bf772d #2dbf77

Analogous Colors of #772dbf

#772dbf #bf2dbe #2e2dbf

Monochromatic Colors of #772dbf

#772dbf

Complementary Color

#772dbf #75bf2d

#772dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#772dbf Color CSS Codes

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

#772dbf Text Font Color

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

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


#772dbf Background Color

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

This div background color is #772dbf


#772dbf Border Color

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

This div border color is #772dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772dbf


Comments

No comments written yet.

Please login to write comment.