Color Hex Logo

#764bfd Color Hex

#764BFD
(118,75,253)
0 Favorites   0 Comments

Color spaces of #764bfd

RGB 11875253
HSL0.710.980.64
HSV254°70°99°
CMYK 0.530.700.00   0.01
XYZ27.716915.975694.5513
Yxy15.97560.20050.1156
Hunter Lab39.969553.8345-112.2770
CIE-Lab46.942560.2639-82.2876

#764bfd color RGB value is (118,75,253).

#764bfd hex color red value is 118, green value is 75 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #764bfd hue: 0.71 , saturation: 0.98 and the lightness value of 764bfd is 0.64.

The process color (four color CMYK) of #764bfd color hex is 0.53, 0.70, 0.00, 0.01. Web safe color of #764bfd is #6633ff. Color #764bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001011 11111101
Octal 166 113 375
Decimal 118 75 253
Hex 76 4B FD

RGB Percentages of Color #764bfd

%26.46
%16.82
%56.73

CMYK Percentages of Color #764bfd

%53
%70
%0
%1

Triadic Colors of #764bfd

#764bfd #fd764b #4bfd76

Analogous Colors of #764bfd

#764bfd #cf4bfd #4b79fd

Monochromatic Colors of #764bfd

#764bfd

Complementary Color

#764bfd #d2fd4b

#764bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#764bfd Color CSS Codes

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

#764bfd Text Font Color

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

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


#764bfd Background Color

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

This div background color is #764bfd


#764bfd Border Color

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

This div border color is #764bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764bfd


Comments

No comments written yet.

Please login to write comment.