Color Hex Logo

#765ac3 Color Hex

#765AC3
(118,90,195)
0 Favorites   0 Comments

Color spaces of #765ac3

RGB 11890195
HSL0.710.470.56
HSV256°54°76°
CMYK 0.390.540.00   0.24
XYZ20.977715.104053.4395
Yxy15.10400.23430.1687
Hunter Lab38.863928.3379-54.3216
CIE-Lab45.776335.8871-51.2493

#765ac3 color RGB value is (118,90,195).

#765ac3 hex color red value is 118, green value is 90 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #765ac3 hue: 0.71 , saturation: 0.47 and the lightness value of 765ac3 is 0.56.

The process color (four color CMYK) of #765ac3 color hex is 0.39, 0.54, 0.00, 0.24. Web safe color of #765ac3 is #6666cc. Color #765ac3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011010 11000011
Octal 166 132 303
Decimal 118 90 195
Hex 76 5A C3

RGB Percentages of Color #765ac3

%29.28
%22.33
%48.39

CMYK Percentages of Color #765ac3

%39
%54
%0
%24

Triadic Colors of #765ac3

#765ac3 #c3765a #5ac376

Analogous Colors of #765ac3

#765ac3 #ab5ac3 #5a73c3

Monochromatic Colors of #765ac3

#765ac3

Complementary Color

#765ac3 #a7c35a

#765ac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765ac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765ac3 Color CSS Codes

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

#765ac3 Text Font Color

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

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


#765ac3 Background Color

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

This div background color is #765ac3


#765ac3 Border Color

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

This div border color is #765ac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765ac3


Comments

No comments written yet.

Please login to write comment.