Color Hex Logo

#768bea Color Hex

#768BEA
(118,139,234)
0 Favorites   0 Comments

Color spaces of #768bea

RGB 118139234
HSL0.640.730.69
HSV229°50°92°
CMYK 0.500.410.00   0.08
XYZ31.555128.257381.6330
Yxy28.25730.22310.1998
Hunter Lab53.157612.9343-53.8401
CIE-Lab60.120518.1104-50.4481

#768bea color RGB value is (118,139,234).

#768bea hex color red value is 118, green value is 139 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #768bea hue: 0.64 , saturation: 0.73 and the lightness value of 768bea is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001011 11101010
Octal 166 213 352
Decimal 118 139 234
Hex 76 8B EA

RGB Percentages of Color #768bea

%24.03
%28.31
%47.66

CMYK Percentages of Color #768bea

%50
%41
%0
%8

Triadic Colors of #768bea

#768bea #ea768b #8bea76

Analogous Colors of #768bea

#768bea #9b76ea #76c5ea

Monochromatic Colors of #768bea

#768bea

Complementary Color

#768bea #ead576

#768bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#768bea Color CSS Codes

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

#768bea Text Font Color

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

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


#768bea Background Color

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

This div background color is #768bea


#768bea Border Color

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

This div border color is #768bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768bea


Comments

No comments written yet.

Please login to write comment.