Color Hex Logo

#765ebd Color Hex

#765EBD
(118,94,189)
0 Favorites   0 Comments

Color spaces of #765ebd

RGB 11894189
HSL0.710.420.55
HSV255°50°74°
CMYK 0.380.500.00   0.26
XYZ20.659215.531150.0531
Yxy15.53110.23950.1801
Hunter Lab39.409524.6064-47.7162
CIE-Lab46.353231.8635-46.8493

#765ebd color RGB value is (118,94,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011110 10111101
Octal 166 136 275
Decimal 118 94 189
Hex 76 5E BD

RGB Percentages of Color #765ebd

%29.43
%23.44
%47.13

CMYK Percentages of Color #765ebd

%38
%50
%0
%26

Triadic Colors of #765ebd

#765ebd #bd765e #5ebd76

Analogous Colors of #765ebd

#765ebd #a65ebd #5e76bd

Monochromatic Colors of #765ebd

#765ebd

Complementary Color

#765ebd #a5bd5e

#765ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#765ebd Color CSS Codes

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

#765ebd Text Font Color

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

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


#765ebd Background Color

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

This div background color is #765ebd


#765ebd Border Color

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

This div border color is #765ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765ebd


Comments

No comments written yet.

Please login to write comment.