Color Hex Logo

#765eee Color Hex

#765EEE
(118,94,238)
0 Favorites   0 Comments

Color spaces of #765eee

RGB 11894238
HSL0.690.810.65
HSV250°61°93°
CMYK 0.500.610.00   0.07
XYZ26.906518.030082.9509
Yxy18.03000.21040.1410
Hunter Lab42.461738.8010-86.1024
CIE-Lab49.532545.8365-69.6759

#765eee color RGB value is (118,94,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011110 11101110
Octal 166 136 356
Decimal 118 94 238
Hex 76 5E EE

RGB Percentages of Color #765eee

%26.22
%20.89
%52.89

CMYK Percentages of Color #765eee

%50
%61
%0
%7

Triadic Colors of #765eee

#765eee #ee765e #5eee76

Analogous Colors of #765eee

#765eee #be5eee #5e8eee

Monochromatic Colors of #765eee

#765eee

Complementary Color

#765eee #d6ee5e

#765eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#765eee Color CSS Codes

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

#765eee Text Font Color

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

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


#765eee Background Color

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

This div background color is #765eee


#765eee Border Color

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

This div border color is #765eee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,94,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 #765eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765eee


Comments

No comments written yet.

Please login to write comment.