Color Hex Logo

#772abc Color Hex

#772ABC
(119,42,188)
0 Favorites   0 Comments

Color spaces of #772abc

RGB 11942188
HSL0.750.630.45
HSV272°78°74°
CMYK 0.370.780.00   0.26
XYZ17.51289.208748.4314
Yxy9.20870.23300.1225
Hunter Lab30.345849.9084-73.3837
CIE-Lab36.383058.7286-62.3539

#772abc color RGB value is (119,42,188).

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

The process color (four color CMYK) of #772abc color hex is 0.37, 0.78, 0.00, 0.26. Web safe color of #772abc is #6633cc. Color #772abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101010 10111100
Octal 167 52 274
Decimal 119 42 188
Hex 77 2A BC

RGB Percentages of Color #772abc

%34.10
%12.03
%53.87

CMYK Percentages of Color #772abc

%37
%78
%0
%26

Triadic Colors of #772abc

#772abc #bc772a #2abc77

Analogous Colors of #772abc

#772abc #bc2ab8 #2e2abc

Monochromatic Colors of #772abc

#772abc

Complementary Color

#772abc #6fbc2a

#772abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#772abc Color CSS Codes

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

#772abc Text Font Color

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

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


#772abc Background Color

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

This div background color is #772abc


#772abc Border Color

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

This div border color is #772abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772abc


Comments

No comments written yet.

Please login to write comment.