Color Hex Logo

#763abf Color Hex

#763ABF
(118,58,191)
0 Favorites   0 Comments

Color spaces of #763abf

RGB 11858191
HSL0.740.530.49
HSV267°70°75°
CMYK 0.380.700.00   0.25
XYZ18.388210.639350.3746
Yxy10.63930.23160.1340
Hunter Lab32.617943.5471-68.7339
CIE-Lab38.966252.2581-59.9153

#763abf color RGB value is (118,58,191).

#763abf hex color red value is 118, green value is 58 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #763abf hue: 0.74 , saturation: 0.53 and the lightness value of 763abf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111010 10111111
Octal 166 72 277
Decimal 118 58 191
Hex 76 3A BF

RGB Percentages of Color #763abf

%32.15
%15.80
%52.04

CMYK Percentages of Color #763abf

%38
%70
%0
%25

Triadic Colors of #763abf

#763abf #bf763a #3abf76

Analogous Colors of #763abf

#763abf #b93abf #3a40bf

Monochromatic Colors of #763abf

#763abf

Complementary Color

#763abf #83bf3a

#763abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#763abf Color CSS Codes

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

#763abf Text Font Color

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

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


#763abf Background Color

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

This div background color is #763abf


#763abf Border Color

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

This div border color is #763abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763abf


Comments

No comments written yet.

Please login to write comment.