Color Hex Logo

#788ce1 Color Hex

#788CE1
(120,140,225)
0 Favorites   0 Comments

Color spaces of #788ce1

RGB 120140225
HSL0.630.640.68
HSV229°47°88°
CMYK 0.470.380.00   0.12
XYZ30.714428.185575.0557
Yxy28.18550.22930.2104
Hunter Lab53.090010.3609-46.6579
CIE-Lab60.056015.2862-45.5425

#788ce1 color RGB value is (120,140,225).

#788ce1 hex color red value is 120, green value is 140 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #788ce1 hue: 0.63 , saturation: 0.64 and the lightness value of 788ce1 is 0.68.

The process color (four color CMYK) of #788ce1 color hex is 0.47, 0.38, 0.00, 0.12. Web safe color of #788ce1 is #6699cc. Color #788ce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001100 11100001
Octal 170 214 341
Decimal 120 140 225
Hex 78 8C E1

RGB Percentages of Color #788ce1

%24.74
%28.87
%46.39

CMYK Percentages of Color #788ce1

%47
%38
%0
%12

Triadic Colors of #788ce1

#788ce1 #e1788c #8ce178

Analogous Colors of #788ce1

#788ce1 #9978e1 #78c1e1

Monochromatic Colors of #788ce1

#788ce1

Complementary Color

#788ce1 #e1cd78

#788ce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788ce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#788ce1 Color CSS Codes

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

#788ce1 Text Font Color

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

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


#788ce1 Background Color

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

This div background color is #788ce1


#788ce1 Border Color

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

This div border color is #788ce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788ce1


Comments

No comments written yet.

Please login to write comment.