Color Hex Logo

#772afc Color Hex

#772AFC
(119,42,252)
0 Favorites   0 Comments

Color spaces of #772afc

RGB 11942252
HSL0.730.970.58
HSV262°83°99°
CMYK 0.530.830.00   0.01
XYZ26.006412.606193.1580
Yxy12.60610.19740.0957
Hunter Lab35.505168.6120-130.7112
CIE-Lab42.163673.8962-89.5851

#772afc color RGB value is (119,42,252).

#772afc hex color red value is 119, green value is 42 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #772afc hue: 0.73 , saturation: 0.97 and the lightness value of 772afc is 0.58.

The process color (four color CMYK) of #772afc color hex is 0.53, 0.83, 0.00, 0.01. Web safe color of #772afc is #6633ff. Color #772afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101010 11111100
Octal 167 52 374
Decimal 119 42 252
Hex 77 2A FC

RGB Percentages of Color #772afc

%28.81
%10.17
%61.02

CMYK Percentages of Color #772afc

%53
%83
%0
%1

Triadic Colors of #772afc

#772afc #fc772a #2afc77

Analogous Colors of #772afc

#772afc #e02afc #2a46fc

Monochromatic Colors of #772afc

#772afc

Complementary Color

#772afc #affc2a

#772afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#772afc Color CSS Codes

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

#772afc Text Font Color

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

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


#772afc Background Color

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

This div background color is #772afc


#772afc Border Color

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

This div border color is #772afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772afc


Comments

No comments written yet.

Please login to write comment.