Color Hex Logo

#788ffd Color Hex

#788FFD
(120,143,253)
0 Favorites   0 Comments

Color spaces of #788ffd

RGB 120143253
HSL0.640.970.73
HSV230°53°99°
CMYK 0.530.430.00   0.01
XYZ35.297830.729896.9996
Yxy30.72980.21650.1885
Hunter Lab55.434516.6493-64.9419
CIE-Lab62.278921.9869-57.4785

#788ffd color RGB value is (120,143,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001111 11111101
Octal 170 217 375
Decimal 120 143 253
Hex 78 8F FD

RGB Percentages of Color #788ffd

%23.26
%27.71
%49.03

CMYK Percentages of Color #788ffd

%53
%43
%0
%1

Triadic Colors of #788ffd

#788ffd #fd788f #8ffd78

Analogous Colors of #788ffd

#788ffd #a478fd #78d2fd

Monochromatic Colors of #788ffd

#788ffd

Complementary Color

#788ffd #fde678

#788ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#788ffd Color CSS Codes

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

#788ffd Text Font Color

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

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


#788ffd Background Color

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

This div background color is #788ffd


#788ffd Border Color

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

This div border color is #788ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788ffd


Comments

No comments written yet.

Please login to write comment.