Color Hex Logo

#760380 Color Hex

#760380
(118,3,128)
0 Favorites   0 Comments

Color spaces of #760380

RGB 1183128
HSL0.820.950.26
HSV295°98°50°
CMYK 0.080.980.00   0.50
XYZ11.40015.475220.8780
Yxy5.47520.30200.1450
Hunter Lab23.399146.0170-36.5224
CIE-Lab28.047856.7199-39.3847

#760380 color RGB value is (118,3,128).

#760380 hex color red value is 118, green value is 3 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #760380 hue: 0.82 , saturation: 0.95 and the lightness value of 760380 is 0.26.

The process color (four color CMYK) of #760380 color hex is 0.08, 0.98, 0.00, 0.50. Web safe color of #760380 is #660099. Color #760380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000011 10000000
Octal 166 3 200
Decimal 118 3 128
Hex 76 3 80

RGB Percentages of Color #760380

%47.39
%1.20
%51.41

CMYK Percentages of Color #760380

%8
%98
%0
%50

Triadic Colors of #760380

#760380 #807603 #038076

Analogous Colors of #760380

#760380 #80034b #380380

Monochromatic Colors of #760380

#760380

Complementary Color

#760380 #0d8003

#760380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760380 Color CSS Codes

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

#760380 Text Font Color

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

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


#760380 Background Color

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

This div background color is #760380


#760380 Border Color

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

This div border color is #760380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760380


Comments

No comments written yet.

Please login to write comment.