Color Hex Logo

#772287 Color Hex

#772287
(119,34,135)
0 Favorites   0 Comments

Color spaces of #772287

RGB 11934135
HSL0.810.600.33
HSV290°75°53°
CMYK 0.120.750.00   0.47
XYZ12.55306.815323.5755
Yxy6.81530.29230.1587
Hunter Lab26.106140.1451-35.2684
CIE-Lab31.382750.3924-38.4022

#772287 color RGB value is (119,34,135).

#772287 hex color red value is 119, green value is 34 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #772287 hue: 0.81 , saturation: 0.60 and the lightness value of 772287 is 0.33.

The process color (four color CMYK) of #772287 color hex is 0.12, 0.75, 0.00, 0.47. Web safe color of #772287 is #663399. Color #772287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100010 10000111
Octal 167 42 207
Decimal 119 34 135
Hex 77 22 87

RGB Percentages of Color #772287

%41.32
%11.81
%46.88

CMYK Percentages of Color #772287

%12
%75
%0
%47

Triadic Colors of #772287

#772287 #877722 #228777

Analogous Colors of #772287

#772287 #872265 #452287

Monochromatic Colors of #772287

#772287

Complementary Color

#772287 #328722

#772287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#772287 Color CSS Codes

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

#772287 Text Font Color

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

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


#772287 Background Color

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

This div background color is #772287


#772287 Border Color

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

This div border color is #772287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772287


Comments

No comments written yet.

Please login to write comment.