Color Hex Logo

#768ced Color Hex

#768CED
(118,140,237)
0 Favorites   0 Comments

Color spaces of #768ced

RGB 118140237
HSL0.640.770.70
HSV229°50°93°
CMYK 0.500.410.00   0.07
XYZ32.135428.722183.9710
Yxy28.72210.22190.1983
Hunter Lab53.593013.2443-55.3821
CIE-Lab60.535618.4306-51.4507

#768ced color RGB value is (118,140,237).

#768ced hex color red value is 118, green value is 140 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #768ced hue: 0.64 , saturation: 0.77 and the lightness value of 768ced is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001100 11101101
Octal 166 214 355
Decimal 118 140 237
Hex 76 8C ED

RGB Percentages of Color #768ced

%23.84
%28.28
%47.88

CMYK Percentages of Color #768ced

%50
%41
%0
%7

Triadic Colors of #768ced

#768ced #ed768c #8ced76

Analogous Colors of #768ced

#768ced #9c76ed #76c8ed

Monochromatic Colors of #768ced

#768ced

Complementary Color

#768ced #edd776

#768ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#768ced Color CSS Codes

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

#768ced Text Font Color

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

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


#768ced Background Color

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

This div background color is #768ced


#768ced Border Color

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

This div border color is #768ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768ced


Comments

No comments written yet.

Please login to write comment.