Color Hex Logo

#765eda Color Hex

#765EDA
(118,94,218)
0 Favorites   0 Comments

Color spaces of #765eda

RGB 11894218
HSL0.700.630.61
HSV252°57°85°
CMYK 0.460.570.00   0.15
XYZ24.128816.918968.3236
Yxy16.91890.22060.1547
Hunter Lab41.132632.7279-69.6913
CIE-Lab48.157740.0521-60.6082

#765eda color RGB value is (118,94,218).

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

The process color (four color CMYK) of #765eda color hex is 0.46, 0.57, 0.00, 0.15. Web safe color of #765eda is #6666cc. Color #765eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011110 11011010
Octal 166 136 332
Decimal 118 94 218
Hex 76 5E DA

RGB Percentages of Color #765eda

%27.44
%21.86
%50.70

CMYK Percentages of Color #765eda

%46
%57
%0
%15

Triadic Colors of #765eda

#765eda #da765e #5eda76

Analogous Colors of #765eda

#765eda #b45eda #5e84da

Monochromatic Colors of #765eda

#765eda

Complementary Color

#765eda #c2da5e

#765eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#765eda Color CSS Codes

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

#765eda Text Font Color

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

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


#765eda Background Color

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

This div background color is #765eda


#765eda Border Color

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

This div border color is #765eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765eda


Comments

No comments written yet.

Please login to write comment.