Color Hex Logo

#773cdf Color Hex

#773CDF
(119,60,223)
0 Favorites   0 Comments

Color spaces of #773cdf

RGB 11960223
HSL0.730.720.55
HSV262°73°87°
CMYK 0.470.730.00   0.13
XYZ22.542912.481471.0330
Yxy12.48140.21260.1177
Hunter Lab35.329052.0723-94.4789
CIE-Lab41.971259.6239-73.5086

#773cdf color RGB value is (119,60,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111100 11011111
Octal 167 74 337
Decimal 119 60 223
Hex 77 3C DF

RGB Percentages of Color #773cdf

%29.60
%14.93
%55.47

CMYK Percentages of Color #773cdf

%47
%73
%0
%13

Triadic Colors of #773cdf

#773cdf #df773c #3cdf77

Analogous Colors of #773cdf

#773cdf #c93cdf #3c52df

Monochromatic Colors of #773cdf

#773cdf

Complementary Color

#773cdf #a4df3c

#773cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#773cdf Color CSS Codes

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

#773cdf Text Font Color

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

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


#773cdf Background Color

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

This div background color is #773cdf


#773cdf Border Color

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

This div border color is #773cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773cdf


Comments

No comments written yet.

Please login to write comment.