Color Hex Logo

#772dba Color Hex

#772DBA
(119,45,186)
0 Favorites   0 Comments

Color spaces of #772dba

RGB 11945186
HSL0.750.610.45
HSV271°76°73°
CMYK 0.360.760.00   0.27
XYZ17.40919.343947.3404
Yxy9.34390.23500.1261
Hunter Lab30.567848.1664-70.4251
CIE-Lab36.638257.0662-60.7590

#772dba color RGB value is (119,45,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101101 10111010
Octal 167 55 272
Decimal 119 45 186
Hex 77 2D BA

RGB Percentages of Color #772dba

%34.00
%12.86
%53.14

CMYK Percentages of Color #772dba

%36
%76
%0
%27

Triadic Colors of #772dba

#772dba #ba772d #2dba77

Analogous Colors of #772dba

#772dba #ba2db7 #312dba

Monochromatic Colors of #772dba

#772dba

Complementary Color

#772dba #70ba2d

#772dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#772dba Color CSS Codes

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

#772dba Text Font Color

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

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


#772dba Background Color

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

This div background color is #772dba


#772dba Border Color

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

This div border color is #772dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,45,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772dba


Comments

No comments written yet.

Please login to write comment.