Color Hex Logo

#788def Color Hex

#788DEF
(120,141,239)
0 Favorites   0 Comments

Color spaces of #788def

RGB 120141239
HSL0.640.790.70
HSV229°50°94°
CMYK 0.500.410.00   0.06
XYZ32.850629.274885.5805
Yxy29.27480.22240.1982
Hunter Lab54.106213.6905-55.9055
CIE-Lab61.023418.8931-51.7741

#788def color RGB value is (120,141,239).

#788def hex color red value is 120, green value is 141 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #788def hue: 0.64 , saturation: 0.79 and the lightness value of 788def is 0.70.

The process color (four color CMYK) of #788def color hex is 0.50, 0.41, 0.00, 0.06. Web safe color of #788def is #6699ff. Color #788def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001101 11101111
Octal 170 215 357
Decimal 120 141 239
Hex 78 8D EF

RGB Percentages of Color #788def

%24.00
%28.20
%47.80

CMYK Percentages of Color #788def

%50
%41
%0
%6

Triadic Colors of #788def

#788def #ef788d #8def78

Analogous Colors of #788def

#788def #9f78ef #78c9ef

Monochromatic Colors of #788def

#788def

Complementary Color

#788def #efda78

#788def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788def Color Preview on White Background

Lorem ipsum dolor sit amet.

#788def Color CSS Codes

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

#788def Text Font Color

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

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


#788def Background Color

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

This div background color is #788def


#788def Border Color

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

This div border color is #788def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788def


Comments

No comments written yet.

Please login to write comment.