Color Hex Logo

#773edf Color Hex

#773EDF
(119,62,223)
0 Favorites   0 Comments

Color spaces of #773edf

RGB 11962223
HSL0.730.720.56
HSV261°72°87°
CMYK 0.470.720.00   0.13
XYZ22.649712.694971.0686
Yxy12.69490.21280.1193
Hunter Lab35.629951.1190-93.3209
CIE-Lab42.299958.6952-72.9709

#773edf color RGB value is (119,62,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111110 11011111
Octal 167 76 337
Decimal 119 62 223
Hex 77 3E DF

RGB Percentages of Color #773edf

%29.46
%15.35
%55.20

CMYK Percentages of Color #773edf

%47
%72
%0
%13

Triadic Colors of #773edf

#773edf #df773e #3edf77

Analogous Colors of #773edf

#773edf #c83edf #3e55df

Monochromatic Colors of #773edf

#773edf

Complementary Color

#773edf #a6df3e

#773edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#773edf Color CSS Codes

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

#773edf Text Font Color

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

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


#773edf Background Color

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

This div background color is #773edf


#773edf Border Color

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

This div border color is #773edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773edf


Comments

No comments written yet.

Please login to write comment.