Color Hex Logo

#765380 Color Hex

#765380
(118,83,128)
0 Favorites   0 Comments

Color spaces of #765380

RGB 11883128
HSL0.800.210.41
HSV287°35°50°
CMYK 0.080.350.00   0.50
XYZ14.460811.596621.8983
Yxy11.59660.30150.2418
Hunter Lab34.053816.2052-14.2888
CIE-Lab40.567723.0981-19.6477

#765380 color RGB value is (118,83,128).

#765380 hex color red value is 118, green value is 83 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #765380 hue: 0.80 , saturation: 0.21 and the lightness value of 765380 is 0.41.

The process color (four color CMYK) of #765380 color hex is 0.08, 0.35, 0.00, 0.50. Web safe color of #765380 is #666699. Color #765380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010011 10000000
Octal 166 123 200
Decimal 118 83 128
Hex 76 53 80

RGB Percentages of Color #765380

%35.87
%25.23
%38.91

CMYK Percentages of Color #765380

%8
%35
%0
%50

Triadic Colors of #765380

#765380 #807653 #538076

Analogous Colors of #765380

#765380 #805374 #605380

Monochromatic Colors of #765380

#765380

Complementary Color

#765380 #5d8053

#765380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765380 Color CSS Codes

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

#765380 Text Font Color

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

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


#765380 Background Color

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

This div background color is #765380


#765380 Border Color

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

This div border color is #765380


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,83,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 #765380">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765380


Comments

No comments written yet.

Please login to write comment.