Color Hex Logo

#788ece Color Hex

#788ECE
(120,142,206)
0 Favorites   0 Comments

Color spaces of #788ece

RGB 120142206
HSL0.620.470.64
HSV225°42°81°
CMYK 0.420.310.00   0.19
XYZ28.559327.795362.2523
Yxy27.79530.24080.2343
Hunter Lab52.72124.4319-33.1037
CIE-Lab59.70348.5857-35.4720

#788ece color RGB value is (120,142,206).

#788ece hex color red value is 120, green value is 142 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #788ece hue: 0.62 , saturation: 0.47 and the lightness value of 788ece is 0.64.

The process color (four color CMYK) of #788ece color hex is 0.42, 0.31, 0.00, 0.19. Web safe color of #788ece is #6699cc. Color #788ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001110 11001110
Octal 170 216 316
Decimal 120 142 206
Hex 78 8E CE

RGB Percentages of Color #788ece

%25.64
%30.34
%44.02

CMYK Percentages of Color #788ece

%42
%31
%0
%19

Triadic Colors of #788ece

#788ece #ce788e #8ece78

Analogous Colors of #788ece

#788ece #8d78ce #78b9ce

Monochromatic Colors of #788ece

#788ece

Complementary Color

#788ece #ceb878

#788ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#788ece Color CSS Codes

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

#788ece Text Font Color

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

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


#788ece Background Color

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

This div background color is #788ece


#788ece Border Color

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

This div border color is #788ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788ece


Comments

No comments written yet.

Please login to write comment.