Color Hex Logo

#765ade Color Hex

#765ADE
(118,90,222)
0 Favorites   0 Comments

Color spaces of #765ade

RGB 11890222
HSL0.700.670.61
HSV253°59°87°
CMYK 0.470.590.00   0.13
XYZ24.312216.437870.9987
Yxy16.43780.21760.1471
Hunter Lab40.543636.0874-75.4464
CIE-Lab47.543743.4986-63.8729

#765ade color RGB value is (118,90,222).

#765ade hex color red value is 118, green value is 90 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #765ade hue: 0.70 , saturation: 0.67 and the lightness value of 765ade is 0.61.

The process color (four color CMYK) of #765ade color hex is 0.47, 0.59, 0.00, 0.13. Web safe color of #765ade is #6666cc. Color #765ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011010 11011110
Octal 166 132 336
Decimal 118 90 222
Hex 76 5A DE

RGB Percentages of Color #765ade

%27.44
%20.93
%51.63

CMYK Percentages of Color #765ade

%47
%59
%0
%13

Triadic Colors of #765ade

#765ade #de765a #5ade76

Analogous Colors of #765ade

#765ade #b85ade #5a80de

Monochromatic Colors of #765ade

#765ade

Complementary Color

#765ade #c2de5a

#765ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#765ade Color CSS Codes

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

#765ade Text Font Color

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

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


#765ade Background Color

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

This div background color is #765ade


#765ade Border Color

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

This div border color is #765ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765ade


Comments

No comments written yet.

Please login to write comment.