Color Hex Logo

#768cee Color Hex

#768CEE
(118,140,238)
0 Favorites   0 Comments

Color spaces of #768cee

RGB 118140238
HSL0.640.780.70
HSV229°50°93°
CMYK 0.500.410.00   0.07
XYZ32.281928.780884.7427
Yxy28.78080.22140.1974
Hunter Lab53.647713.5267-56.1019
CIE-Lab60.587718.7346-51.9210

#768cee color RGB value is (118,140,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001100 11101110
Octal 166 214 356
Decimal 118 140 238
Hex 76 8C EE

RGB Percentages of Color #768cee

%23.79
%28.23
%47.98

CMYK Percentages of Color #768cee

%50
%41
%0
%7

Triadic Colors of #768cee

#768cee #ee768c #8cee76

Analogous Colors of #768cee

#768cee #9c76ee #76c8ee

Monochromatic Colors of #768cee

#768cee

Complementary Color

#768cee #eed876

#768cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#768cee Color CSS Codes

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

#768cee Text Font Color

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

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


#768cee Background Color

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

This div background color is #768cee


#768cee Border Color

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

This div border color is #768cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768cee


Comments

No comments written yet.

Please login to write comment.