Color Hex Logo

#772fcf Color Hex

#772FCF
(119,47,207)
0 Favorites   0 Comments

Color spaces of #772fcf

RGB 11947207
HSL0.740.630.50
HSV267°77°81°
CMYK 0.430.770.00   0.19
XYZ19.886710.460060.0023
Yxy10.46000.22010.1158
Hunter Lab32.341953.1594-87.3583
CIE-Lab38.655761.2477-69.7367

#772fcf color RGB value is (119,47,207).

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

The process color (four color CMYK) of #772fcf color hex is 0.43, 0.77, 0.00, 0.19. Web safe color of #772fcf is #6633cc. Color #772fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101111 11001111
Octal 167 57 317
Decimal 119 47 207
Hex 77 2F CF

RGB Percentages of Color #772fcf

%31.90
%12.60
%55.50

CMYK Percentages of Color #772fcf

%43
%77
%0
%19

Triadic Colors of #772fcf

#772fcf #cf772f #2fcf77

Analogous Colors of #772fcf

#772fcf #c72fcf #2f37cf

Monochromatic Colors of #772fcf

#772fcf

Complementary Color

#772fcf #87cf2f

#772fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#772fcf Color CSS Codes

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

#772fcf Text Font Color

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

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


#772fcf Background Color

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

This div background color is #772fcf


#772fcf Border Color

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

This div border color is #772fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772fcf


Comments

No comments written yet.

Please login to write comment.