Color Hex Logo

#768cfb Color Hex

#768CFB
(118,140,251)
0 Favorites   0 Comments

Color spaces of #768cfb

RGB 118140251
HSL0.640.940.72
HSV230°53°98°
CMYK 0.530.440.00   0.02
XYZ34.261929.572895.1691
Yxy29.57280.21550.1860
Hunter Lab54.380917.2949-65.6937
CIE-Lab61.283922.7250-57.9758

#768cfb color RGB value is (118,140,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001100 11111011
Octal 166 214 373
Decimal 118 140 251
Hex 76 8C FB

RGB Percentages of Color #768cfb

%23.18
%27.50
%49.31

CMYK Percentages of Color #768cfb

%53
%44
%0
%2

Triadic Colors of #768cfb

#768cfb #fb768c #8cfb76

Analogous Colors of #768cfb

#768cfb #a376fb #76cffb

Monochromatic Colors of #768cfb

#768cfb

Complementary Color

#768cfb #fbe576

#768cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#768cfb Color CSS Codes

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

#768cfb Text Font Color

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

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


#768cfb Background Color

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

This div background color is #768cfb


#768cfb Border Color

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

This div border color is #768cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.