Color Hex Logo

#772bcc Color Hex

#772BCC
(119,43,204)
0 Favorites   0 Comments

Color spaces of #772bcc

RGB 11943204
HSL0.750.650.48
HSV268°79°80°
CMYK 0.420.790.00   0.20
XYZ19.370710.009358.0378
Yxy10.00930.22160.1145
Hunter Lab31.637553.9247-86.6191
CIE-Lab37.859162.0913-69.3007

#772bcc color RGB value is (119,43,204).

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

The process color (four color CMYK) of #772bcc color hex is 0.42, 0.79, 0.00, 0.20. Web safe color of #772bcc is #6633cc. Color #772bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101011 11001100
Octal 167 53 314
Decimal 119 43 204
Hex 77 2B CC

RGB Percentages of Color #772bcc

%32.51
%11.75
%55.74

CMYK Percentages of Color #772bcc

%42
%79
%0
%20

Triadic Colors of #772bcc

#772bcc #cc772b #2bcc77

Analogous Colors of #772bcc

#772bcc #c82bcc #2b2fcc

Monochromatic Colors of #772bcc

#772bcc

Complementary Color

#772bcc #80cc2b

#772bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#772bcc Color CSS Codes

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

#772bcc Text Font Color

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

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


#772bcc Background Color

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

This div background color is #772bcc


#772bcc Border Color

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

This div border color is #772bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772bcc


Comments

No comments written yet.

Please login to write comment.