Color Hex Logo

#768cca Color Hex

#768CCA
(118,140,202)
0 Favorites   0 Comments

Color spaces of #768cca

RGB 118140202
HSL0.620.440.63
HSV224°42°79°
CMYK 0.420.310.00   0.21
XYZ27.510026.872059.6140
Yxy26.87200.24130.2357
Hunter Lab51.83824.0112-31.8968
CIE-Lab58.85578.0868-34.5546

#768cca color RGB value is (118,140,202).

#768cca hex color red value is 118, green value is 140 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #768cca hue: 0.62 , saturation: 0.44 and the lightness value of 768cca is 0.63.

The process color (four color CMYK) of #768cca color hex is 0.42, 0.31, 0.00, 0.21. Web safe color of #768cca is #6699cc. Color #768cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001100 11001010
Octal 166 214 312
Decimal 118 140 202
Hex 76 8C CA

RGB Percentages of Color #768cca

%25.65
%30.43
%43.91

CMYK Percentages of Color #768cca

%42
%31
%0
%21

Triadic Colors of #768cca

#768cca #ca768c #8cca76

Analogous Colors of #768cca

#768cca #8a76ca #76b6ca

Monochromatic Colors of #768cca

#768cca

Complementary Color

#768cca #cab476

#768cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#768cca Color CSS Codes

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

#768cca Text Font Color

<p style="color:#768cca">Text here</p>

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


#768cca Background Color

<div style="background-color:#768cca">
Div content here</div>

This div background color is #768cca


#768cca Border Color

<div style="border:3px solid #768cca">
Div here</div>

This div border color is #768cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768cca


Comments

No comments written yet.

Please login to write comment.