Color Hex Logo

#768ffb Color Hex

#768FFB
(118,143,251)
0 Favorites   0 Comments

Color spaces of #768ffb

RGB 118143251
HSL0.640.940.72
HSV229°53°98°
CMYK 0.530.430.00   0.02
XYZ34.706330.461595.3172
Yxy30.46150.21630.1898
Hunter Lab55.191915.6601-63.7603
CIE-Lab62.050420.9529-56.7533

#768ffb color RGB value is (118,143,251).

#768ffb hex color red value is 118, green value is 143 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #768ffb hue: 0.64 , saturation: 0.94 and the lightness value of 768ffb is 0.72.

The process color (four color CMYK) of #768ffb color hex is 0.53, 0.43, 0.00, 0.02. Web safe color of #768ffb is #6699ff. Color #768ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001111 11111011
Octal 166 217 373
Decimal 118 143 251
Hex 76 8F FB

RGB Percentages of Color #768ffb

%23.05
%27.93
%49.02

CMYK Percentages of Color #768ffb

%53
%43
%0
%2

Triadic Colors of #768ffb

#768ffb #fb768f #8ffb76

Analogous Colors of #768ffb

#768ffb #a076fb #76d2fb

Monochromatic Colors of #768ffb

#768ffb

Complementary Color

#768ffb #fbe276

#768ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#768ffb Color CSS Codes

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

#768ffb Text Font Color

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

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


#768ffb Background Color

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

This div background color is #768ffb


#768ffb Border Color

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

This div border color is #768ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.