Color Hex Logo

#763bcd Color Hex

#763BCD
(118,59,205)
0 Favorites   0 Comments

Color spaces of #763bcd

RGB 11859205
HSL0.730.590.52
HSV264°71°80°
CMYK 0.420.710.00   0.20
XYZ20.054611.387358.8986
Yxy11.38730.22200.1260
Hunter Lab33.745147.0282-79.8631
CIE-Lab40.225355.3152-66.0189

#763bcd color RGB value is (118,59,205).

#763bcd hex color red value is 118, green value is 59 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #763bcd hue: 0.73 , saturation: 0.59 and the lightness value of 763bcd is 0.52.

The process color (four color CMYK) of #763bcd color hex is 0.42, 0.71, 0.00, 0.20. Web safe color of #763bcd is #6633cc. Color #763bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111011 11001101
Octal 166 73 315
Decimal 118 59 205
Hex 76 3B CD

RGB Percentages of Color #763bcd

%30.89
%15.45
%53.66

CMYK Percentages of Color #763bcd

%42
%71
%0
%20

Triadic Colors of #763bcd

#763bcd #cd763b #3bcd76

Analogous Colors of #763bcd

#763bcd #bf3bcd #3b49cd

Monochromatic Colors of #763bcd

#763bcd

Complementary Color

#763bcd #92cd3b

#763bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#763bcd Color CSS Codes

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

#763bcd Text Font Color

<p style="color:#763bcd">Text here</p>

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


#763bcd Background Color

<div style="background-color:#763bcd">
Div content here</div>

This div background color is #763bcd


#763bcd Border Color

<div style="border:3px solid #763bcd">
Div here</div>

This div border color is #763bcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,59,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #763bcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #763bcd;
  -webkit-box-shadow: 1px 1px 3px 2px #763bcd;
  box-shadow:         1px 1px 3px 2px #763bcd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763bcd


Comments

No comments written yet.

Please login to write comment.