Color Hex Logo

#763fcc Color Hex

#763FCC
(118,63,204)
0 Favorites   0 Comments

Color spaces of #763fcc

RGB 11863204
HSL0.730.580.52
HSV263°69°80°
CMYK 0.420.690.00   0.20
XYZ20.147811.766258.3359
Yxy11.76620.22320.1304
Hunter Lab34.301944.8167-76.8209
CIE-Lab40.842153.1169-64.4348

#763fcc color RGB value is (118,63,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111111 11001100
Octal 166 77 314
Decimal 118 63 204
Hex 76 3F CC

RGB Percentages of Color #763fcc

%30.65
%16.36
%52.99

CMYK Percentages of Color #763fcc

%42
%69
%0
%20

Triadic Colors of #763fcc

#763fcc #cc763f #3fcc76

Analogous Colors of #763fcc

#763fcc #bd3fcc #3f4fcc

Monochromatic Colors of #763fcc

#763fcc

Complementary Color

#763fcc #95cc3f

#763fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#763fcc Color CSS Codes

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

#763fcc Text Font Color

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

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


#763fcc Background Color

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

This div background color is #763fcc


#763fcc Border Color

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

This div border color is #763fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763fcc


Comments

No comments written yet.

Please login to write comment.