Color Hex Logo

#788ea1 Color Hex

#788EA1
(120,142,161)
0 Favorites   0 Comments

Color spaces of #788ea1

RGB 120142161
HSL0.580.180.55
HSV208°25°63°
CMYK 0.250.120.00   0.37
XYZ23.851825.912337.4627
Yxy25.91230.27340.2971
Hunter Lab50.9041-5.4437-8.0014
CIE-Lab57.9537-3.3883-12.6382

#788ea1 color RGB value is (120,142,161).

#788ea1 hex color red value is 120, green value is 142 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #788ea1 hue: 0.58 , saturation: 0.18 and the lightness value of 788ea1 is 0.55.

The process color (four color CMYK) of #788ea1 color hex is 0.25, 0.12, 0.00, 0.37. Web safe color of #788ea1 is #669999. Color #788ea1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001110 10100001
Octal 170 216 241
Decimal 120 142 161
Hex 78 8E A1

RGB Percentages of Color #788ea1

%28.37
%33.57
%38.06

CMYK Percentages of Color #788ea1

%25
%12
%0
%37

Triadic Colors of #788ea1

#788ea1 #a1788e #8ea178

Analogous Colors of #788ea1

#788ea1 #787aa1 #78a1a0

Monochromatic Colors of #788ea1

#788ea1

Complementary Color

#788ea1 #a18b78

#788ea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788ea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#788ea1 Color CSS Codes

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

#788ea1 Text Font Color

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

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


#788ea1 Background Color

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

This div background color is #788ea1


#788ea1 Border Color

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

This div border color is #788ea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788ea1


Comments

No comments written yet.

Please login to write comment.