Color Hex Logo

#764abf Color Hex

#764ABF
(118,74,191)
0 Favorites   0 Comments

Color spaces of #764abf

RGB 11874191
HSL0.730.480.52
HSV263°61°75°
CMYK 0.380.610.00   0.25
XYZ19.324012.510750.6865
Yxy12.51070.23420.1516
Hunter Lab35.370535.6218-60.2043
CIE-Lab42.016543.9347-54.9747

#764abf color RGB value is (118,74,191).

#764abf hex color red value is 118, green value is 74 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #764abf hue: 0.73 , saturation: 0.48 and the lightness value of 764abf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001010 10111111
Octal 166 112 277
Decimal 118 74 191
Hex 76 4A BF

RGB Percentages of Color #764abf

%30.81
%19.32
%49.87

CMYK Percentages of Color #764abf

%38
%61
%0
%25

Triadic Colors of #764abf

#764abf #bf764a #4abf76

Analogous Colors of #764abf

#764abf #b14abf #4a59bf

Monochromatic Colors of #764abf

#764abf

Complementary Color

#764abf #93bf4a

#764abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#764abf Color CSS Codes

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

#764abf Text Font Color

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

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


#764abf Background Color

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

This div background color is #764abf


#764abf Border Color

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

This div border color is #764abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764abf


Comments

No comments written yet.

Please login to write comment.