Color Hex Logo

#768dca Color Hex

#768DCA
(118,141,202)
0 Favorites   0 Comments

Color spaces of #768dca

RGB 118141202
HSL0.620.440.63
HSV224°42°79°
CMYK 0.420.300.00   0.21
XYZ27.656827.165659.6629
Yxy27.16560.24160.2373
Hunter Lab52.12063.5065-31.3853
CIE-Lab59.12737.5032-34.1310

#768dca color RGB value is (118,141,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001101 11001010
Octal 166 215 312
Decimal 118 141 202
Hex 76 8D CA

RGB Percentages of Color #768dca

%25.60
%30.59
%43.82

CMYK Percentages of Color #768dca

%42
%30
%0
%21

Triadic Colors of #768dca

#768dca #ca768d #8dca76

Analogous Colors of #768dca

#768dca #8976ca #76b7ca

Monochromatic Colors of #768dca

#768dca

Complementary Color

#768dca #cab376

#768dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#768dca Color CSS Codes

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

#768dca Text Font Color

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

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


#768dca Background Color

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

This div background color is #768dca


#768dca Border Color

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

This div border color is #768dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768dca


Comments

No comments written yet.

Please login to write comment.