Color Hex Logo

#765fbc Color Hex

#765FBC
(118,95,188)
0 Favorites   0 Comments

Color spaces of #765fbc

RGB 11895188
HSL0.710.410.55
HSV255°49°74°
CMYK 0.370.490.00   0.26
XYZ20.640515.666849.5131
Yxy15.66680.24050.1826
Hunter Lab39.581323.8153-46.4602
CIE-Lab46.534330.9923-45.9801

#765fbc color RGB value is (118,95,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011111 10111100
Octal 166 137 274
Decimal 118 95 188
Hex 76 5F BC

RGB Percentages of Color #765fbc

%29.43
%23.69
%46.88

CMYK Percentages of Color #765fbc

%37
%49
%0
%26

Triadic Colors of #765fbc

#765fbc #bc765f #5fbc76

Analogous Colors of #765fbc

#765fbc #a55fbc #5f77bc

Monochromatic Colors of #765fbc

#765fbc

Complementary Color

#765fbc #a5bc5f

#765fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#765fbc Color CSS Codes

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

#765fbc Text Font Color

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

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


#765fbc Background Color

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

This div background color is #765fbc


#765fbc Border Color

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

This div border color is #765fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765fbc


Comments

No comments written yet.

Please login to write comment.