Color Hex Logo

#764ced Color Hex

#764CED
(118,76,237)
0 Favorites   0 Comments

Color spaces of #764ced

RGB 11876237
HSL0.710.820.61
HSV256°68°93°
CMYK 0.500.680.00   0.07
XYZ25.341715.134981.7064
Yxy15.13490.20740.1239
Hunter Lab38.903648.1931-97.2900
CIE-Lab45.818455.3535-75.1613

#764ced color RGB value is (118,76,237).

#764ced hex color red value is 118, green value is 76 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #764ced hue: 0.71 , saturation: 0.82 and the lightness value of 764ced is 0.61.

The process color (four color CMYK) of #764ced color hex is 0.50, 0.68, 0.00, 0.07. Web safe color of #764ced is #6633ff. Color #764ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001100 11101101
Octal 166 114 355
Decimal 118 76 237
Hex 76 4C ED

RGB Percentages of Color #764ced

%27.38
%17.63
%54.99

CMYK Percentages of Color #764ced

%50
%68
%0
%7

Triadic Colors of #764ced

#764ced #ed764c #4ced76

Analogous Colors of #764ced

#764ced #c74ced #4c73ed

Monochromatic Colors of #764ced

#764ced

Complementary Color

#764ced #c3ed4c

#764ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#764ced Color CSS Codes

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

#764ced Text Font Color

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

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


#764ced Background Color

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

This div background color is #764ced


#764ced Border Color

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

This div border color is #764ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764ced


Comments

No comments written yet.

Please login to write comment.