Color Hex Logo

#770274 Color Hex

#770274
(119,2,116)
0 Favorites   0 Comments

Color spaces of #770274

RGB 1192116
HSL0.840.970.24
HSV302°98°47°
CMYK 0.000.980.03   0.53
XYZ10.78185.226316.9635
Yxy5.22630.32700.1585
Hunter Lab22.861144.1776-27.9919
CIE-Lab27.370055.1006-32.8414

#770274 color RGB value is (119,2,116).

#770274 hex color red value is 119, green value is 2 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #770274 hue: 0.84 , saturation: 0.97 and the lightness value of 770274 is 0.24.

The process color (four color CMYK) of #770274 color hex is 0.00, 0.98, 0.03, 0.53. Web safe color of #770274 is #660066. Color #770274 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000010 01110100
Octal 167 2 164
Decimal 119 2 116
Hex 77 2 74

RGB Percentages of Color #770274

%50.21
%0.84
%48.95

CMYK Percentages of Color #770274

%0
%98
%3
%53

Triadic Colors of #770274

#770274 #747702 #027477

Analogous Colors of #770274

#770274 #770239 #3f0277

Monochromatic Colors of #770274

#770274

Complementary Color

#770274 #027705

#770274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#770274 Color CSS Codes

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

#770274 Text Font Color

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

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


#770274 Background Color

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

This div background color is #770274


#770274 Border Color

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

This div border color is #770274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770274


Comments

No comments written yet.

Please login to write comment.