Color Hex Logo

#773be0 Color Hex

#773BE0
(119,59,224)
0 Favorites   0 Comments

Color spaces of #773be0

RGB 11959224
HSL0.730.730.55
HSV262°74°88°
CMYK 0.470.740.00   0.12
XYZ22.626312.431771.7280
Yxy12.43170.21190.1164
Hunter Lab35.258652.8452-95.9350
CIE-Lab41.894260.3372-74.2053

#773be0 color RGB value is (119,59,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111011 11100000
Octal 167 73 340
Decimal 119 59 224
Hex 77 3B E0

RGB Percentages of Color #773be0

%29.60
%14.68
%55.72

CMYK Percentages of Color #773be0

%47
%74
%0
%12

Triadic Colors of #773be0

#773be0 #e0773b #3be077

Analogous Colors of #773be0

#773be0 #ca3be0 #3b51e0

Monochromatic Colors of #773be0

#773be0

Complementary Color

#773be0 #a4e03b

#773be0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773be0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#773be0 Color CSS Codes

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

#773be0 Text Font Color

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

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


#773be0 Background Color

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

This div background color is #773be0


#773be0 Border Color

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

This div border color is #773be0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773be0


Comments

No comments written yet.

Please login to write comment.