Color Hex Logo

#773acf Color Hex

#773ACF
(119,58,207)
0 Favorites   0 Comments

Color spaces of #773acf

RGB 11958207
HSL0.730.610.52
HSV265°72°81°
CMYK 0.430.720.00   0.19
XYZ20.383311.453060.1678
Yxy11.45300.22150.1245
Hunter Lab33.842348.2871-81.7214
CIE-Lab40.333256.4675-66.9950

#773acf color RGB value is (119,58,207).

#773acf hex color red value is 119, green value is 58 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #773acf hue: 0.73 , saturation: 0.61 and the lightness value of 773acf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111010 11001111
Octal 167 72 317
Decimal 119 58 207
Hex 77 3A CF

RGB Percentages of Color #773acf

%30.99
%15.10
%53.91

CMYK Percentages of Color #773acf

%43
%72
%0
%19

Triadic Colors of #773acf

#773acf #cf773a #3acf77

Analogous Colors of #773acf

#773acf #c23acf #3a48cf

Monochromatic Colors of #773acf

#773acf

Complementary Color

#773acf #92cf3a

#773acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#773acf Color CSS Codes

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

#773acf Text Font Color

<p style="color:#773acf">Text here</p>

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


#773acf Background Color

<div style="background-color:#773acf">
Div content here</div>

This div background color is #773acf


#773acf Border Color

<div style="border:3px solid #773acf">
Div here</div>

This div border color is #773acf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,58,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 #773acf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773acf


Comments

No comments written yet.

Please login to write comment.