Color Hex Logo

#765ebc Color Hex

#765EBC
(118,94,188)
0 Favorites   0 Comments

Color spaces of #765ebc

RGB 11894188
HSL0.710.410.55
HSV255°50°74°
CMYK 0.370.500.00   0.26
XYZ20.551015.487849.4832
Yxy15.48780.24030.1811
Hunter Lab39.354524.3425-47.0013
CIE-Lab46.295231.5877-46.3613

#765ebc color RGB value is (118,94,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011110 10111100
Octal 166 136 274
Decimal 118 94 188
Hex 76 5E BC

RGB Percentages of Color #765ebc

%29.50
%23.50
%47.00

CMYK Percentages of Color #765ebc

%37
%50
%0
%26

Triadic Colors of #765ebc

#765ebc #bc765e #5ebc76

Analogous Colors of #765ebc

#765ebc #a55ebc #5e75bc

Monochromatic Colors of #765ebc

#765ebc

Complementary Color

#765ebc #a4bc5e

#765ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#765ebc Color CSS Codes

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

#765ebc Text Font Color

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

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


#765ebc Background Color

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

This div background color is #765ebc


#765ebc Border Color

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

This div border color is #765ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765ebc


Comments

No comments written yet.

Please login to write comment.