Color Hex Logo

#765bdd Color Hex

#765BDD
(118,91,221)
0 Favorites   0 Comments

Color spaces of #765bdd

RGB 11891221
HSL0.700.660.61
HSV252°59°87°
CMYK 0.470.590.00   0.13
XYZ24.263416.554270.3231
Yxy16.55420.21830.1489
Hunter Lab40.686935.2456-73.9960
CIE-Lab47.693342.6412-63.0630

#765bdd color RGB value is (118,91,221).

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

The process color (four color CMYK) of #765bdd color hex is 0.47, 0.59, 0.00, 0.13. Web safe color of #765bdd is #6666cc. Color #765bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011011 11011101
Octal 166 133 335
Decimal 118 91 221
Hex 76 5B DD

RGB Percentages of Color #765bdd

%27.44
%21.16
%51.40

CMYK Percentages of Color #765bdd

%47
%59
%0
%13

Triadic Colors of #765bdd

#765bdd #dd765b #5bdd76

Analogous Colors of #765bdd

#765bdd #b75bdd #5b81dd

Monochromatic Colors of #765bdd

#765bdd

Complementary Color

#765bdd #c2dd5b

#765bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#765bdd Color CSS Codes

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

#765bdd Text Font Color

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

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


#765bdd Background Color

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

This div background color is #765bdd


#765bdd Border Color

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

This div border color is #765bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765bdd


Comments

No comments written yet.

Please login to write comment.