Color Hex Logo

#764fcb Color Hex

#764FCB
(118,79,203)
0 Favorites   0 Comments

Color spaces of #764fcb

RGB 11879203
HSL0.720.540.55
HSV259°61°80°
CMYK 0.420.610.00   0.20
XYZ21.046713.755358.0457
Yxy13.75530.22670.1481
Hunter Lab37.088136.3906-66.8316
CIE-Lab43.879944.3921-58.9273

#764fcb color RGB value is (118,79,203).

#764fcb hex color red value is 118, green value is 79 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #764fcb hue: 0.72 , saturation: 0.54 and the lightness value of 764fcb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001111 11001011
Octal 166 117 313
Decimal 118 79 203
Hex 76 4F CB

RGB Percentages of Color #764fcb

%29.50
%19.75
%50.75

CMYK Percentages of Color #764fcb

%42
%61
%0
%20

Triadic Colors of #764fcb

#764fcb #cb764f #4fcb76

Analogous Colors of #764fcb

#764fcb #b44fcb #4f66cb

Monochromatic Colors of #764fcb

#764fcb

Complementary Color

#764fcb #a4cb4f

#764fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#764fcb Color CSS Codes

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

#764fcb Text Font Color

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

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


#764fcb Background Color

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

This div background color is #764fcb


#764fcb Border Color

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

This div border color is #764fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764fcb


Comments

No comments written yet.

Please login to write comment.