Color Hex Logo

#764fdf Color Hex

#764FDF
(118,79,223)
0 Favorites   0 Comments

Color spaces of #764fdf

RGB 11879223
HSL0.710.690.59
HSV256°65°87°
CMYK 0.470.650.00   0.13
XYZ23.586514.771271.4200
Yxy14.77120.21490.1346
Hunter Lab38.433342.2870-83.2743
CIE-Lab45.319249.8970-68.0506

#764fdf color RGB value is (118,79,223).

#764fdf hex color red value is 118, green value is 79 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #764fdf hue: 0.71 , saturation: 0.69 and the lightness value of 764fdf is 0.59.

The process color (four color CMYK) of #764fdf color hex is 0.47, 0.65, 0.00, 0.13. Web safe color of #764fdf is #6666cc. Color #764fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001111 11011111
Octal 166 117 337
Decimal 118 79 223
Hex 76 4F DF

RGB Percentages of Color #764fdf

%28.10
%18.81
%53.10

CMYK Percentages of Color #764fdf

%47
%65
%0
%13

Triadic Colors of #764fdf

#764fdf #df764f #4fdf76

Analogous Colors of #764fdf

#764fdf #be4fdf #4f70df

Monochromatic Colors of #764fdf

#764fdf

Complementary Color

#764fdf #b8df4f

#764fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#764fdf Color CSS Codes

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

#764fdf Text Font Color

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

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


#764fdf Background Color

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

This div background color is #764fdf


#764fdf Border Color

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

This div border color is #764fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764fdf


Comments

No comments written yet.

Please login to write comment.