Color Hex Logo

#765fb0 Color Hex

#765FB0
(118,95,176)
0 Favorites   0 Comments

Color spaces of #765fb0

RGB 11895176
HSL0.710.340.53
HSV257°46°69°
CMYK 0.330.460.00   0.31
XYZ19.399915.170642.9800
Yxy15.17060.25020.1956
Hunter Lab38.949520.7455-38.1608
CIE-Lab45.867027.7224-40.0447

#765fb0 color RGB value is (118,95,176).

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

The process color (four color CMYK) of #765fb0 color hex is 0.33, 0.46, 0.00, 0.31. Web safe color of #765fb0 is #666699. Color #765fb0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011111 10110000
Octal 166 137 260
Decimal 118 95 176
Hex 76 5F B0

RGB Percentages of Color #765fb0

%30.33
%24.42
%45.24

CMYK Percentages of Color #765fb0

%33
%46
%0
%31

Triadic Colors of #765fb0

#765fb0 #b0765f #5fb076

Analogous Colors of #765fb0

#765fb0 #9f5fb0 #5f71b0

Monochromatic Colors of #765fb0

#765fb0

Complementary Color

#765fb0 #99b05f

#765fb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765fb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765fb0 Color CSS Codes

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

#765fb0 Text Font Color

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

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


#765fb0 Background Color

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

This div background color is #765fb0


#765fb0 Border Color

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

This div border color is #765fb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765fb0

#765fb0 Color Palettes


Comments

No comments written yet.

Please login to write comment.