Color Hex Logo

#765aee Color Hex

#765AEE
(118,90,238)
0 Favorites   0 Comments

Color spaces of #765aee

RGB 11890238
HSL0.700.810.64
HSV251°62°93°
CMYK 0.500.620.00   0.07
XYZ26.560017.336982.8354
Yxy17.33690.20960.1368
Hunter Lab41.637640.9967-88.8074
CIE-Lab48.681848.0880-71.0578

#765aee color RGB value is (118,90,238).

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

The process color (four color CMYK) of #765aee color hex is 0.50, 0.62, 0.00, 0.07. Web safe color of #765aee is #6666ff. Color #765aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011010 11101110
Octal 166 132 356
Decimal 118 90 238
Hex 76 5A EE

RGB Percentages of Color #765aee

%26.46
%20.18
%53.36

CMYK Percentages of Color #765aee

%50
%62
%0
%7

Triadic Colors of #765aee

#765aee #ee765a #5aee76

Analogous Colors of #765aee

#765aee #c05aee #5a88ee

Monochromatic Colors of #765aee

#765aee

Complementary Color

#765aee #d2ee5a

#765aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#765aee Color CSS Codes

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

#765aee Text Font Color

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

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


#765aee Background Color

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

This div background color is #765aee


#765aee Border Color

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

This div border color is #765aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765aee


Comments

No comments written yet.

Please login to write comment.