Color Hex Logo

#788acf Color Hex

#788ACF
(120,138,207)
0 Favorites   0 Comments

Color spaces of #788acf

RGB 120138207
HSL0.630.480.64
HSV228°42°81°
CMYK 0.420.330.00   0.19
XYZ28.096726.675062.6994
Yxy26.67500.23920.2271
Hunter Lab51.64786.7212-35.8233
CIE-Lab58.672311.2119-37.6462

#788acf color RGB value is (120,138,207).

#788acf hex color red value is 120, green value is 138 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #788acf hue: 0.63 , saturation: 0.48 and the lightness value of 788acf is 0.64.

The process color (four color CMYK) of #788acf color hex is 0.42, 0.33, 0.00, 0.19. Web safe color of #788acf is #6699cc. Color #788acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001010 11001111
Octal 170 212 317
Decimal 120 138 207
Hex 78 8A CF

RGB Percentages of Color #788acf

%25.81
%29.68
%44.52

CMYK Percentages of Color #788acf

%42
%33
%0
%19

Triadic Colors of #788acf

#788acf #cf788a #8acf78

Analogous Colors of #788acf

#788acf #9278cf #78b6cf

Monochromatic Colors of #788acf

#788acf

Complementary Color

#788acf #cfbd78

#788acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#788acf Color CSS Codes

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

#788acf Text Font Color

<p style="color:#788acf">Text here</p>

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


#788acf Background Color

<div style="background-color:#788acf">
Div content here</div>

This div background color is #788acf


#788acf Border Color

<div style="border:3px solid #788acf">
Div here</div>

This div border color is #788acf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,138,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #788acf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #788acf;
  -webkit-box-shadow: 1px 1px 3px 2px #788acf;
  box-shadow:         1px 1px 3px 2px #788acf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,138,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788acf


Comments

No comments written yet.

Please login to write comment.