Color Hex Logo

#76028d Color Hex

#76028D
(118,2,141)
0 Favorites   0 Comments

Color spaces of #76028d

RGB 1182141
HSL0.810.970.28
HSV290°99°55°
CMYK 0.160.990.00   0.45
XYZ12.30065.818125.6740
Yxy5.81810.28090.1329
Hunter Lab24.120748.8165-46.2235
CIE-Lab28.948859.1650-46.0610

#76028d color RGB value is (118,2,141).

#76028d hex color red value is 118, green value is 2 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #76028d hue: 0.81 , saturation: 0.97 and the lightness value of 76028d is 0.28.

The process color (four color CMYK) of #76028d color hex is 0.16, 0.99, 0.00, 0.45. Web safe color of #76028d is #660099. Color #76028d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000010 10001101
Octal 166 2 215
Decimal 118 2 141
Hex 76 2 8D

RGB Percentages of Color #76028d

%45.21
%0.77
%54.02

CMYK Percentages of Color #76028d

%16
%99
%0
%45

Triadic Colors of #76028d

#76028d #8d7602 #028d76

Analogous Colors of #76028d

#76028d #8d025f #30028d

Monochromatic Colors of #76028d

#76028d

Complementary Color

#76028d #198d02

#76028d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76028d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76028d Color CSS Codes

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

#76028d Text Font Color

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

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


#76028d Background Color

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

This div background color is #76028d


#76028d Border Color

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

This div border color is #76028d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76028d


Comments

No comments written yet.

Please login to write comment.