Color Hex Logo

#770238 Color Hex

#770238
(119,2,56)
0 Favorites   0 Comments

Color spaces of #770238

RGB 119256
HSL0.920.970.24
HSV332°98°47°
CMYK 0.000.980.53   0.53
XYZ8.34334.25094.1221
Yxy4.25090.49910.2543
Hunter Lab20.617736.15202.5785
CIE-Lab24.484147.71262.6446

#770238 color RGB value is (119,2,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000010 00111000
Octal 167 2 70
Decimal 119 2 56
Hex 77 2 38

RGB Percentages of Color #770238

%67.23
%1.13
%31.64

CMYK Percentages of Color #770238

%0
%98
%53
%53

Triadic Colors of #770238

#770238 #387702 #023877

Analogous Colors of #770238

#770238 #770702 #770273

Monochromatic Colors of #770238

#770238

Complementary Color

#770238 #027741

#770238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#770238 Color CSS Codes

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

#770238 Text Font Color

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

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


#770238 Background Color

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

This div background color is #770238


#770238 Border Color

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

This div border color is #770238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770238


Comments

No comments written yet.

Please login to write comment.