Color Hex Logo

#768cdd Color Hex

#768CDD
(118,140,221)
0 Favorites   0 Comments

Color spaces of #768cdd

RGB 118140221
HSL0.630.600.66
HSV227°47°87°
CMYK 0.470.370.00   0.13
XYZ29.900427.828272.2021
Yxy27.82820.23010.2142
Hunter Lab52.75248.8581-44.2233
CIE-Lab59.733213.6190-43.8309

#768cdd color RGB value is (118,140,221).

#768cdd hex color red value is 118, green value is 140 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #768cdd hue: 0.63 , saturation: 0.60 and the lightness value of 768cdd is 0.66.

The process color (four color CMYK) of #768cdd color hex is 0.47, 0.37, 0.00, 0.13. Web safe color of #768cdd is #6699cc. Color #768cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001100 11011101
Octal 166 214 335
Decimal 118 140 221
Hex 76 8C DD

RGB Percentages of Color #768cdd

%24.63
%29.23
%46.14

CMYK Percentages of Color #768cdd

%47
%37
%0
%13

Triadic Colors of #768cdd

#768cdd #dd768c #8cdd76

Analogous Colors of #768cdd

#768cdd #9476dd #76c0dd

Monochromatic Colors of #768cdd

#768cdd

Complementary Color

#768cdd #ddc776

#768cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#768cdd Color CSS Codes

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

#768cdd Text Font Color

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

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


#768cdd Background Color

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

This div background color is #768cdd


#768cdd Border Color

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

This div border color is #768cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768cdd


Comments

No comments written yet.

Please login to write comment.