Color Hex Logo

#763bbf Color Hex

#763BBF
(118,59,191)
0 Favorites   0 Comments

Color spaces of #763bbf

RGB 11859191
HSL0.740.530.49
HSV267°69°75°
CMYK 0.380.690.00   0.25
XYZ18.439110.741150.3916
Yxy10.74110.23170.1350
Hunter Lab32.773643.0739-68.2208
CIE-Lab39.140951.7714-59.6314

#763bbf color RGB value is (118,59,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111011 10111111
Octal 166 73 277
Decimal 118 59 191
Hex 76 3B BF

RGB Percentages of Color #763bbf

%32.07
%16.03
%51.90

CMYK Percentages of Color #763bbf

%38
%69
%0
%25

Triadic Colors of #763bbf

#763bbf #bf763b #3bbf76

Analogous Colors of #763bbf

#763bbf #b83bbf #3b42bf

Monochromatic Colors of #763bbf

#763bbf

Complementary Color

#763bbf #84bf3b

#763bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#763bbf Color CSS Codes

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

#763bbf Text Font Color

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

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


#763bbf Background Color

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

This div background color is #763bbf


#763bbf Border Color

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

This div border color is #763bbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,59,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 #763bbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763bbf


Comments

No comments written yet.

Please login to write comment.