Color Hex Logo

#768bd1 Color Hex

#768BD1
(118,139,209)
0 Favorites   0 Comments

Color spaces of #768bd1

RGB 118139209
HSL0.630.500.64
HSV226°44°82°
CMYK 0.440.330.00   0.18
XYZ28.212526.920264.0308
Yxy26.92020.23680.2259
Hunter Lab51.88476.2619-36.8504
CIE-Lab58.900410.6857-38.4224

#768bd1 color RGB value is (118,139,209).

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

The process color (four color CMYK) of #768bd1 color hex is 0.44, 0.33, 0.00, 0.18. Web safe color of #768bd1 is #6699cc. Color #768bd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001011 11010001
Octal 166 213 321
Decimal 118 139 209
Hex 76 8B D1

RGB Percentages of Color #768bd1

%25.32
%29.83
%44.85

CMYK Percentages of Color #768bd1

%44
%33
%0
%18

Triadic Colors of #768bd1

#768bd1 #d1768b #8bd176

Analogous Colors of #768bd1

#768bd1 #8f76d1 #76b9d1

Monochromatic Colors of #768bd1

#768bd1

Complementary Color

#768bd1 #d1bc76

#768bd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768bd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768bd1 Color CSS Codes

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

#768bd1 Text Font Color

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

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


#768bd1 Background Color

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

This div background color is #768bd1


#768bd1 Border Color

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

This div border color is #768bd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768bd1


Comments

No comments written yet.

Please login to write comment.