Color Hex Logo

#788fdd Color Hex

#788FDD
(120,143,221)
0 Favorites   0 Comments

Color spaces of #788fdd

RGB 120143221
HSL0.630.600.67
HSV226°46°87°
CMYK 0.460.350.00   0.13
XYZ30.619328.858472.3630
Yxy28.85840.23220.2189
Hunter Lab53.72007.7313-42.2620
CIE-Lab60.656512.3433-42.3685

#788fdd color RGB value is (120,143,221).

#788fdd hex color red value is 120, green value is 143 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #788fdd hue: 0.63 , saturation: 0.60 and the lightness value of 788fdd is 0.67.

The process color (four color CMYK) of #788fdd color hex is 0.46, 0.35, 0.00, 0.13. Web safe color of #788fdd is #6699cc. Color #788fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001111 11011101
Octal 170 217 335
Decimal 120 143 221
Hex 78 8F DD

RGB Percentages of Color #788fdd

%24.79
%29.55
%45.66

CMYK Percentages of Color #788fdd

%46
%35
%0
%13

Triadic Colors of #788fdd

#788fdd #dd788f #8fdd78

Analogous Colors of #788fdd

#788fdd #9478dd #78c2dd

Monochromatic Colors of #788fdd

#788fdd

Complementary Color

#788fdd #ddc678

#788fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#788fdd Color CSS Codes

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

#788fdd Text Font Color

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

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


#788fdd Background Color

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

This div background color is #788fdd


#788fdd Border Color

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

This div border color is #788fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788fdd


Comments

No comments written yet.

Please login to write comment.