Color Hex Logo

#765dcb Color Hex

#765DCB
(118,93,203)
0 Favorites   0 Comments

Color spaces of #765dcb

RGB 11893203
HSL0.700.510.58
HSV254°54°80°
CMYK 0.420.540.00   0.20
XYZ22.165115.992158.4185
Yxy15.99210.22950.1656
Hunter Lab39.990128.9535-58.6191
CIE-Lab46.964136.3640-53.9562

#765dcb color RGB value is (118,93,203).

#765dcb hex color red value is 118, green value is 93 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #765dcb hue: 0.70 , saturation: 0.51 and the lightness value of 765dcb is 0.58.

The process color (four color CMYK) of #765dcb color hex is 0.42, 0.54, 0.00, 0.20. Web safe color of #765dcb is #6666cc. Color #765dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011101 11001011
Octal 166 135 313
Decimal 118 93 203
Hex 76 5D CB

RGB Percentages of Color #765dcb

%28.50
%22.46
%49.03

CMYK Percentages of Color #765dcb

%42
%54
%0
%20

Triadic Colors of #765dcb

#765dcb #cb765d #5dcb76

Analogous Colors of #765dcb

#765dcb #ad5dcb #5d7bcb

Monochromatic Colors of #765dcb

#765dcb

Complementary Color

#765dcb #b2cb5d

#765dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#765dcb Color CSS Codes

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

#765dcb Text Font Color

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

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


#765dcb Background Color

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

This div background color is #765dcb


#765dcb Border Color

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

This div border color is #765dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765dcb


Comments

No comments written yet.

Please login to write comment.