Color Hex Logo

#788ffb Color Hex

#788FFB
(120,143,251)
0 Favorites   0 Comments

Color spaces of #788ffb

RGB 120143251
HSL0.640.940.73
HSV229°52°98°
CMYK 0.520.430.00   0.02
XYZ34.980830.603095.3301
Yxy30.60300.21740.1902
Hunter Lab55.320016.0620-63.4475
CIE-Lab62.171121.3725-56.5539

#788ffb color RGB value is (120,143,251).

#788ffb hex color red value is 120, green value is 143 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #788ffb hue: 0.64 , saturation: 0.94 and the lightness value of 788ffb is 0.73.

The process color (four color CMYK) of #788ffb color hex is 0.52, 0.43, 0.00, 0.02. Web safe color of #788ffb is #6699ff. Color #788ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001111 11111011
Octal 170 217 373
Decimal 120 143 251
Hex 78 8F FB

RGB Percentages of Color #788ffb

%23.35
%27.82
%48.83

CMYK Percentages of Color #788ffb

%52
%43
%0
%2

Triadic Colors of #788ffb

#788ffb #fb788f #8ffb78

Analogous Colors of #788ffb

#788ffb #a378fb #78d1fb

Monochromatic Colors of #788ffb

#788ffb

Complementary Color

#788ffb #fbe478

#788ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#788ffb Color CSS Codes

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

#788ffb Text Font Color

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

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


#788ffb Background Color

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

This div background color is #788ffb


#788ffb Border Color

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

This div border color is #788ffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,143,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 #788ffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788ffb


Comments

No comments written yet.

Please login to write comment.