Color Hex Logo

#772fff Color Hex

#772FFF
(119,47,255)
0 Favorites   0 Comments

Color spaces of #772fff

RGB 11947255
HSL0.721.000.59
HSV261°82°100°
CMYK 0.530.820.00   0.00
XYZ26.674313.175095.7449
Yxy13.17500.19670.0972
Hunter Lab36.297467.6561-130.9864
CIE-Lab43.025872.9356-89.8401

#772fff color RGB value is (119,47,255).

#772fff hex color red value is 119, green value is 47 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #772fff hue: 0.72 , saturation: 1.00 and the lightness value of 772fff is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101111 11111111
Octal 167 57 377
Decimal 119 47 255
Hex 77 2F FF

RGB Percentages of Color #772fff

%28.27
%11.16
%60.57

CMYK Percentages of Color #772fff

%53
%82
%0
%0

Triadic Colors of #772fff

#772fff #ff772f #2fff77

Analogous Colors of #772fff

#772fff #df2fff #2f4fff

Monochromatic Colors of #772fff

#772fff

Complementary Color

#772fff #b7ff2f

#772fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#772fff Color CSS Codes

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

#772fff Text Font Color

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

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


#772fff Background Color

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

This div background color is #772fff


#772fff Border Color

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

This div border color is #772fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772fff

Related Colors


Comments

No comments written yet.

Please login to write comment.