Color Hex Logo

#760148 Color Hex

#760148
(118,1,72)
0 Favorites   0 Comments

Color spaces of #760148

RGB 118172
HSL0.900.980.23
HSV324°99°46°
CMYK 0.000.990.39   0.54
XYZ8.65184.34116.5128
Yxy4.34110.44360.2226
Hunter Lab20.835337.6598-3.9484
CIE-Lab24.768549.1927-7.9262

#760148 color RGB value is (118,1,72).

#760148 hex color red value is 118, green value is 1 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #760148 hue: 0.90 , saturation: 0.98 and the lightness value of 760148 is 0.23.

The process color (four color CMYK) of #760148 color hex is 0.00, 0.99, 0.39, 0.54. Web safe color of #760148 is #660033. Color #760148 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000001 01001000
Octal 166 1 110
Decimal 118 1 72
Hex 76 1 48

RGB Percentages of Color #760148

%61.78
%0.52
%37.70

CMYK Percentages of Color #760148

%0
%99
%39
%54

Triadic Colors of #760148

#760148 #487601 #014876

Analogous Colors of #760148

#760148 #76010d #6a0176

Monochromatic Colors of #760148

#760148

Complementary Color

#760148 #01762f

#760148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760148 Color CSS Codes

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

#760148 Text Font Color

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

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


#760148 Background Color

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

This div background color is #760148


#760148 Border Color

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

This div border color is #760148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760148


Comments

No comments written yet.

Please login to write comment.