Color Hex Logo

#770aed Color Hex

#770AED
(119,10,237)
0 Favorites   0 Comments

Color spaces of #770aed

RGB 11910237
HSL0.750.920.48
HSV269°96°93°
CMYK 0.500.960.00   0.07
XYZ23.002410.253480.8875
Yxy10.25340.20150.0898
Hunter Lab32.020972.1898-127.3568
CIE-Lab38.293477.5652-87.5262

#770aed color RGB value is (119,10,237).

#770aed hex color red value is 119, green value is 10 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #770aed hue: 0.75 , saturation: 0.92 and the lightness value of 770aed is 0.48.

The process color (four color CMYK) of #770aed color hex is 0.50, 0.96, 0.00, 0.07. Web safe color of #770aed is #6600ff. Color #770aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001010 11101101
Octal 167 12 355
Decimal 119 10 237
Hex 77 A ED

RGB Percentages of Color #770aed

%32.51
%2.73
%64.75

CMYK Percentages of Color #770aed

%50
%96
%0
%7

Triadic Colors of #770aed

#770aed #ed770a #0aed77

Analogous Colors of #770aed

#770aed #e90aed #0a0fed

Monochromatic Colors of #770aed

#770aed

Complementary Color

#770aed #80ed0a

#770aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#770aed Color CSS Codes

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

#770aed Text Font Color

<p style="color:#770aed">Text here</p>

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


#770aed Background Color

<div style="background-color:#770aed">
Div content here</div>

This div background color is #770aed


#770aed Border Color

<div style="border:3px solid #770aed">
Div here</div>

This div border color is #770aed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,10,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #770aed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #770aed;
  -webkit-box-shadow: 1px 1px 3px 2px #770aed;
  box-shadow:         1px 1px 3px 2px #770aed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770aed


Comments

No comments written yet.

Please login to write comment.