Color Hex Logo

#765fa3 Color Hex

#765FA3
(118,95,163)
0 Favorites   0 Comments

Color spaces of #765fa3

RGB 11895163
HSL0.720.270.51
HSV260°42°64°
CMYK 0.280.420.00   0.36
XYZ18.174314.680336.5260
Yxy14.68030.26200.2116
Hunter Lab38.314917.6187-29.7014
CIE-Lab45.193224.2920-33.4612

#765fa3 color RGB value is (118,95,163).

#765fa3 hex color red value is 118, green value is 95 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #765fa3 hue: 0.72 , saturation: 0.27 and the lightness value of 765fa3 is 0.51.

The process color (four color CMYK) of #765fa3 color hex is 0.28, 0.42, 0.00, 0.36. Web safe color of #765fa3 is #666699. Color #765fa3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011111 10100011
Octal 166 137 243
Decimal 118 95 163
Hex 76 5F A3

RGB Percentages of Color #765fa3

%31.38
%25.27
%43.35

CMYK Percentages of Color #765fa3

%28
%42
%0
%36

Triadic Colors of #765fa3

#765fa3 #a3765f #5fa376

Analogous Colors of #765fa3

#765fa3 #985fa3 #5f6aa3

Monochromatic Colors of #765fa3

#765fa3

Complementary Color

#765fa3 #8ca35f

#765fa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765fa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765fa3 Color CSS Codes

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

#765fa3 Text Font Color

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

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


#765fa3 Background Color

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

This div background color is #765fa3


#765fa3 Border Color

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

This div border color is #765fa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765fa3


Comments

No comments written yet.

Please login to write comment.