Color Hex Logo

#773ffe Color Hex

#773FFE
(119,63,254)
0 Favorites   0 Comments

Color spaces of #773ffe

RGB 11963254
HSL0.720.990.62
HSV258°75°100°
CMYK 0.530.750.00   0.00
XYZ27.274614.632795.1528
Yxy14.63270.19900.1068
Hunter Lab38.252760.3302-120.7057
CIE-Lab45.127066.3162-85.8216

#773ffe color RGB value is (119,63,254).

#773ffe hex color red value is 119, green value is 63 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #773ffe hue: 0.72 , saturation: 0.99 and the lightness value of 773ffe is 0.62.

The process color (four color CMYK) of #773ffe color hex is 0.53, 0.75, 0.00, 0.00. Web safe color of #773ffe is #6633ff. Color #773ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111111 11111110
Octal 167 77 376
Decimal 119 63 254
Hex 77 3F FE

RGB Percentages of Color #773ffe

%27.29
%14.45
%58.26

CMYK Percentages of Color #773ffe

%53
%75
%0
%0

Triadic Colors of #773ffe

#773ffe #fe773f #3ffe77

Analogous Colors of #773ffe

#773ffe #d73ffe #3f67fe

Monochromatic Colors of #773ffe

#773ffe

Complementary Color

#773ffe #c6fe3f

#773ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#773ffe Color CSS Codes

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

#773ffe Text Font Color

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

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


#773ffe Background Color

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

This div background color is #773ffe


#773ffe Border Color

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

This div border color is #773ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.