Color Hex Logo

#773dda Color Hex

#773DDA
(119,61,218)
0 Favorites   0 Comments

Color spaces of #773dda

RGB 11961218
HSL0.730.680.55
HSV262°72°85°
CMYK 0.450.720.00   0.15
XYZ21.931412.321467.5520
Yxy12.32140.21540.1210
Hunter Lab35.101950.0974-89.5298
CIE-Lab41.722457.8720-71.0564

#773dda color RGB value is (119,61,218).

#773dda hex color red value is 119, green value is 61 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #773dda hue: 0.73 , saturation: 0.68 and the lightness value of 773dda is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111101 11011010
Octal 167 75 332
Decimal 119 61 218
Hex 77 3D DA

RGB Percentages of Color #773dda

%29.90
%15.33
%54.77

CMYK Percentages of Color #773dda

%45
%72
%0
%15

Triadic Colors of #773dda

#773dda #da773d #3dda77

Analogous Colors of #773dda

#773dda #c63dda #3d52da

Monochromatic Colors of #773dda

#773dda

Complementary Color

#773dda #a0da3d

#773dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#773dda Color CSS Codes

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

#773dda Text Font Color

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

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


#773dda Background Color

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

This div background color is #773dda


#773dda Border Color

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

This div border color is #773dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773dda


Comments

No comments written yet.

Please login to write comment.