Color Hex Logo

#773fdd Color Hex

#773FDD
(119,63,221)
0 Favorites   0 Comments

Color spaces of #773fdd

RGB 11963221
HSL0.730.700.56
HSV261°71°87°
CMYK 0.460.710.00   0.13
XYZ22.436412.697469.6749
Yxy12.69740.21410.1211
Hunter Lab35.633450.0332-90.9878
CIE-Lab42.303757.7026-71.8227

#773fdd color RGB value is (119,63,221).

#773fdd hex color red value is 119, green value is 63 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #773fdd hue: 0.73 , saturation: 0.70 and the lightness value of 773fdd is 0.56.

The process color (four color CMYK) of #773fdd color hex is 0.46, 0.71, 0.00, 0.13. Web safe color of #773fdd is #6633cc. Color #773fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111111 11011101
Octal 167 77 335
Decimal 119 63 221
Hex 77 3F DD

RGB Percentages of Color #773fdd

%29.53
%15.63
%54.84

CMYK Percentages of Color #773fdd

%46
%71
%0
%13

Triadic Colors of #773fdd

#773fdd #dd773f #3fdd77

Analogous Colors of #773fdd

#773fdd #c63fdd #3f56dd

Monochromatic Colors of #773fdd

#773fdd

Complementary Color

#773fdd #a5dd3f

#773fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#773fdd Color CSS Codes

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

#773fdd Text Font Color

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

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


#773fdd Background Color

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

This div background color is #773fdd


#773fdd Border Color

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

This div border color is #773fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773fdd


Comments

No comments written yet.

Please login to write comment.