Color Hex Logo

#772fd6 Color Hex

#772FD6
(119,47,214)
0 Favorites   0 Comments

Color spaces of #772fd6

RGB 11947214
HSL0.740.670.51
HSV266°78°84°
CMYK 0.440.780.00   0.16
XYZ20.761910.810064.6106
Yxy10.81000.21590.1124
Hunter Lab32.878655.1803-93.4975
CIE-Lab39.258662.9410-72.7918

#772fd6 color RGB value is (119,47,214).

#772fd6 hex color red value is 119, green value is 47 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #772fd6 hue: 0.74 , saturation: 0.67 and the lightness value of 772fd6 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101111 11010110
Octal 167 57 326
Decimal 119 47 214
Hex 77 2F D6

RGB Percentages of Color #772fd6

%31.32
%12.37
%56.32

CMYK Percentages of Color #772fd6

%44
%78
%0
%16

Triadic Colors of #772fd6

#772fd6 #d6772f #2fd677

Analogous Colors of #772fd6

#772fd6 #cb2fd6 #2f3ad6

Monochromatic Colors of #772fd6

#772fd6

Complementary Color

#772fd6 #8ed62f

#772fd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772fd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#772fd6 Color CSS Codes

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

#772fd6 Text Font Color

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

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


#772fd6 Background Color

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

This div background color is #772fd6


#772fd6 Border Color

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

This div border color is #772fd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772fd6


Comments

No comments written yet.

Please login to write comment.