Color Hex Logo

#772cf7 Color Hex

#772CF7
(119,44,247)
0 Favorites   0 Comments

Color spaces of #772cf7

RGB 11944247
HSL0.730.930.57
HSV262°82°97°
CMYK 0.520.820.00   0.03
XYZ25.296912.438789.0633
Yxy12.43870.19950.0981
Hunter Lab35.268566.3119-125.0365
CIE-Lab41.905072.0317-87.2074

#772cf7 color RGB value is (119,44,247).

#772cf7 hex color red value is 119, green value is 44 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #772cf7 hue: 0.73 , saturation: 0.93 and the lightness value of 772cf7 is 0.57.

The process color (four color CMYK) of #772cf7 color hex is 0.52, 0.82, 0.00, 0.03. Web safe color of #772cf7 is #6633ff. Color #772cf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101100 11110111
Octal 167 54 367
Decimal 119 44 247
Hex 77 2C F7

RGB Percentages of Color #772cf7

%29.02
%10.73
%60.24

CMYK Percentages of Color #772cf7

%52
%82
%0
%3

Triadic Colors of #772cf7

#772cf7 #f7772c #2cf777

Analogous Colors of #772cf7

#772cf7 #dd2cf7 #2c46f7

Monochromatic Colors of #772cf7

#772cf7

Complementary Color

#772cf7 #acf72c

#772cf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772cf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#772cf7 Color CSS Codes

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

#772cf7 Text Font Color

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

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


#772cf7 Background Color

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

This div background color is #772cf7


#772cf7 Border Color

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

This div border color is #772cf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772cf7


Comments

No comments written yet.

Please login to write comment.