Color Hex Logo

#763055 Color Hex

#763055
(118,48,85)
0 Favorites   0 Comments

Color spaces of #763055

RGB 1184885
HSL0.910.420.33
HSV328°59°46°
CMYK 0.000.590.28   0.54
XYZ10.16796.62139.3365
Yxy6.62130.38920.2534
Hunter Lab25.731925.5031-3.5003
CIE-Lab30.928835.0773-7.2821

#763055 color RGB value is (118,48,85).

#763055 hex color red value is 118, green value is 48 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #763055 hue: 0.91 , saturation: 0.42 and the lightness value of 763055 is 0.33.

The process color (four color CMYK) of #763055 color hex is 0.00, 0.59, 0.28, 0.54. Web safe color of #763055 is #663366. Color #763055 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110000 01010101
Octal 166 60 125
Decimal 118 48 85
Hex 76 30 55

RGB Percentages of Color #763055

%47.01
%19.12
%33.86

CMYK Percentages of Color #763055

%0
%59
%28
%54

Triadic Colors of #763055

#763055 #557630 #305576

Analogous Colors of #763055

#763055 #763032 #743076

Monochromatic Colors of #763055

#763055

Complementary Color

#763055 #307651

#763055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763055 Color CSS Codes

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

#763055 Text Font Color

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

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


#763055 Background Color

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

This div background color is #763055


#763055 Border Color

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

This div border color is #763055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763055


Comments

No comments written yet.

Please login to write comment.