Color Hex Logo

#763cbd Color Hex

#763CBD
(118,60,189)
0 Favorites   0 Comments

Color spaces of #763cbd

RGB 11860189
HSL0.740.520.49
HSV267°68°74°
CMYK 0.380.680.00   0.26
XYZ18.272410.757449.2574
Yxy10.75740.23340.1374
Hunter Lab32.798542.0470-66.0840
CIE-Lab39.168850.7763-58.4139

#763cbd color RGB value is (118,60,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111100 10111101
Octal 166 74 275
Decimal 118 60 189
Hex 76 3C BD

RGB Percentages of Color #763cbd

%32.15
%16.35
%51.50

CMYK Percentages of Color #763cbd

%38
%68
%0
%26

Triadic Colors of #763cbd

#763cbd #bd763c #3cbd76

Analogous Colors of #763cbd

#763cbd #b73cbd #3c43bd

Monochromatic Colors of #763cbd

#763cbd

Complementary Color

#763cbd #83bd3c

#763cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#763cbd Color CSS Codes

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

#763cbd Text Font Color

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

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


#763cbd Background Color

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

This div background color is #763cbd


#763cbd Border Color

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

This div border color is #763cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763cbd


Comments

No comments written yet.

Please login to write comment.