Color Hex Logo

#763fcb Color Hex

#763FCB
(118,63,203)
0 Favorites   0 Comments

Color spaces of #763fcb

RGB 11863203
HSL0.730.570.52
HSV264°69°80°
CMYK 0.420.690.00   0.20
XYZ20.028211.718457.7062
Yxy11.71840.22390.1310
Hunter Lab34.232144.5287-75.9845
CIE-Lab40.765052.8581-63.9811

#763fcb color RGB value is (118,63,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111111 11001011
Octal 166 77 313
Decimal 118 63 203
Hex 76 3F CB

RGB Percentages of Color #763fcb

%30.73
%16.41
%52.86

CMYK Percentages of Color #763fcb

%42
%69
%0
%20

Triadic Colors of #763fcb

#763fcb #cb763f #3fcb76

Analogous Colors of #763fcb

#763fcb #bc3fcb #3f4ecb

Monochromatic Colors of #763fcb

#763fcb

Complementary Color

#763fcb #94cb3f

#763fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#763fcb Color CSS Codes

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

#763fcb Text Font Color

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

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


#763fcb Background Color

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

This div background color is #763fcb


#763fcb Border Color

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

This div border color is #763fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763fcb


Comments

No comments written yet.

Please login to write comment.