Color Hex Logo

#773cbf Color Hex

#773CBF
(119,60,191)
0 Favorites   0 Comments

Color spaces of #773cbf

RGB 11960191
HSL0.740.520.49
HSV267°69°75°
CMYK 0.380.690.00   0.25
XYZ18.627610.915250.4153
Yxy10.91520.23300.1365
Hunter Lab33.038242.8252-67.3482
CIE-Lab39.437351.4771-59.1448

#773cbf color RGB value is (119,60,191).

#773cbf hex color red value is 119, green value is 60 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #773cbf hue: 0.74 , saturation: 0.52 and the lightness value of 773cbf is 0.49.

The process color (four color CMYK) of #773cbf color hex is 0.38, 0.69, 0.00, 0.25. Web safe color of #773cbf is #6633cc. Color #773cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111100 10111111
Octal 167 74 277
Decimal 119 60 191
Hex 77 3C BF

RGB Percentages of Color #773cbf

%32.16
%16.22
%51.62

CMYK Percentages of Color #773cbf

%38
%69
%0
%25

Triadic Colors of #773cbf

#773cbf #bf773c #3cbf77

Analogous Colors of #773cbf

#773cbf #b93cbf #3c43bf

Monochromatic Colors of #773cbf

#773cbf

Complementary Color

#773cbf #84bf3c

#773cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#773cbf Color CSS Codes

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

#773cbf Text Font Color

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

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


#773cbf Background Color

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

This div background color is #773cbf


#773cbf Border Color

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

This div border color is #773cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773cbf


Comments

No comments written yet.

Please login to write comment.