Color Hex Logo

#766fca Color Hex

#766FCA
(118,111,202)
0 Favorites   0 Comments

Color spaces of #766fca

RGB 118111202
HSL0.680.460.61
HSV245°45°79°
CMYK 0.420.450.00   0.21
XYZ23.816319.484758.3828
Yxy19.48470.23420.1916
Hunter Lab44.141519.0611-47.5196
CIE-Lab51.249525.3525-46.5344

#766fca color RGB value is (118,111,202).

#766fca hex color red value is 118, green value is 111 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #766fca hue: 0.68 , saturation: 0.46 and the lightness value of 766fca is 0.61.

The process color (four color CMYK) of #766fca color hex is 0.42, 0.45, 0.00, 0.21. Web safe color of #766fca is #6666cc. Color #766fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101111 11001010
Octal 166 157 312
Decimal 118 111 202
Hex 76 6F CA

RGB Percentages of Color #766fca

%27.38
%25.75
%46.87

CMYK Percentages of Color #766fca

%42
%45
%0
%21

Triadic Colors of #766fca

#766fca #ca766f #6fca76

Analogous Colors of #766fca

#766fca #a46fca #6f96ca

Monochromatic Colors of #766fca

#766fca

Complementary Color

#766fca #c3ca6f

#766fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#766fca Color CSS Codes

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

#766fca Text Font Color

<p style="color:#766fca">Text here</p>

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


#766fca Background Color

<div style="background-color:#766fca">
Div content here</div>

This div background color is #766fca


#766fca Border Color

<div style="border:3px solid #766fca">
Div here</div>

This div border color is #766fca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,111,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #766fca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #766fca;
  -webkit-box-shadow: 1px 1px 3px 2px #766fca;
  box-shadow:         1px 1px 3px 2px #766fca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766fca


Comments

No comments written yet.

Please login to write comment.