Color Hex Logo

#763fbe Color Hex

#763FBE
(118,63,190)
0 Favorites   0 Comments

Color spaces of #763fbe

RGB 11863190
HSL0.740.500.50
HSV266°67°75°
CMYK 0.380.670.00   0.25
XYZ18.543011.124349.8851
Yxy11.12430.23310.1398
Hunter Lab33.353140.8709-65.3308
CIE-Lab39.789049.5206-57.9940

#763fbe color RGB value is (118,63,190).

#763fbe hex color red value is 118, green value is 63 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #763fbe hue: 0.74 , saturation: 0.50 and the lightness value of 763fbe is 0.50.

The process color (four color CMYK) of #763fbe color hex is 0.38, 0.67, 0.00, 0.25. Web safe color of #763fbe is #6633cc. Color #763fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111111 10111110
Octal 166 77 276
Decimal 118 63 190
Hex 76 3F BE

RGB Percentages of Color #763fbe

%31.81
%16.98
%51.21

CMYK Percentages of Color #763fbe

%38
%67
%0
%25

Triadic Colors of #763fbe

#763fbe #be763f #3fbe76

Analogous Colors of #763fbe

#763fbe #b63fbe #3f47be

Monochromatic Colors of #763fbe

#763fbe

Complementary Color

#763fbe #87be3f

#763fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#763fbe Color CSS Codes

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

#763fbe Text Font Color

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

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


#763fbe Background Color

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

This div background color is #763fbe


#763fbe Border Color

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

This div border color is #763fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763fbe


Comments

No comments written yet.

Please login to write comment.