Color Hex Logo

#762370 Color Hex

#762370
(118,35,112)
0 Favorites   0 Comments

Color spaces of #762370

RGB 11835112
HSL0.850.540.30
HSV304°70°46°
CMYK 0.000.700.05   0.54
XYZ10.99696.223515.9509
Yxy6.22350.33150.1876
Hunter Lab24.946935.0277-20.4467
CIE-Lab29.969545.4950-26.1741

#762370 color RGB value is (118,35,112).

#762370 hex color red value is 118, green value is 35 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #762370 hue: 0.85 , saturation: 0.54 and the lightness value of 762370 is 0.30.

The process color (four color CMYK) of #762370 color hex is 0.00, 0.70, 0.05, 0.54. Web safe color of #762370 is #663366. Color #762370 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100011 01110000
Octal 166 43 160
Decimal 118 35 112
Hex 76 23 70

RGB Percentages of Color #762370

%44.53
%13.21
%42.26

CMYK Percentages of Color #762370

%0
%70
%5
%54

Triadic Colors of #762370

#762370 #707623 #237076

Analogous Colors of #762370

#762370 #762346 #532376

Monochromatic Colors of #762370

#762370

Complementary Color

#762370 #237629

#762370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762370 Color CSS Codes

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

#762370 Text Font Color

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

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


#762370 Background Color

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

This div background color is #762370


#762370 Border Color

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

This div border color is #762370


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,35,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #762370; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #762370;
  -webkit-box-shadow: 1px 1px 3px 2px #762370;
  box-shadow:         1px 1px 3px 2px #762370; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762370


Comments

No comments written yet.

Please login to write comment.