Color Hex Logo

#765abd Color Hex

#765ABD
(118,90,189)
0 Favorites   0 Comments

Color spaces of #765abd

RGB 11890189
HSL0.710.430.55
HSV257°52°74°
CMYK 0.380.520.00   0.26
XYZ20.312714.838049.9375
Yxy14.83800.23870.1744
Hunter Lab38.520126.7176-49.8995
CIE-Lab45.411534.2323-48.3540

#765abd color RGB value is (118,90,189).

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

The process color (four color CMYK) of #765abd color hex is 0.38, 0.52, 0.00, 0.26. Web safe color of #765abd is #6666cc. Color #765abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011010 10111101
Octal 166 132 275
Decimal 118 90 189
Hex 76 5A BD

RGB Percentages of Color #765abd

%29.72
%22.67
%47.61

CMYK Percentages of Color #765abd

%38
%52
%0
%26

Triadic Colors of #765abd

#765abd #bd765a #5abd76

Analogous Colors of #765abd

#765abd #a85abd #5a70bd

Monochromatic Colors of #765abd

#765abd

Complementary Color

#765abd #a1bd5a

#765abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#765abd Color CSS Codes

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

#765abd Text Font Color

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

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


#765abd Background Color

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

This div background color is #765abd


#765abd Border Color

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

This div border color is #765abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765abd


Comments

No comments written yet.

Please login to write comment.