Color Hex Logo

#7887de Color Hex

#7887DE
(120,135,222)
0 Favorites   0 Comments

Color spaces of #7887de

RGB 120135222
HSL0.640.610.67
HSV231°46°87°
CMYK 0.460.390.00   0.13
XYZ29.594526.594972.6808
Yxy26.59490.22960.2064
Hunter Lab51.570212.1875-47.4615
CIE-Lab58.597517.3508-46.1737

#7887de color RGB value is (120,135,222).

#7887de hex color red value is 120, green value is 135 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7887de hue: 0.64 , saturation: 0.61 and the lightness value of 7887de is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000111 11011110
Octal 170 207 336
Decimal 120 135 222
Hex 78 87 DE

RGB Percentages of Color #7887de

%25.16
%28.30
%46.54

CMYK Percentages of Color #7887de

%46
%39
%0
%13

Triadic Colors of #7887de

#7887de #de7887 #87de78

Analogous Colors of #7887de

#7887de #9c78de #78bade

Monochromatic Colors of #7887de

#7887de

Complementary Color

#7887de #decf78

#7887de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7887de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7887de Color CSS Codes

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

#7887de Text Font Color

<p style="color:#7887de">Text here</p>

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


#7887de Background Color

<div style="background-color:#7887de">
Div content here</div>

This div background color is #7887de


#7887de Border Color

<div style="border:3px solid #7887de">
Div here</div>

This div border color is #7887de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,135,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7887de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7887de;
  -webkit-box-shadow: 1px 1px 3px 2px #7887de;
  box-shadow:         1px 1px 3px 2px #7887de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7887de


Comments

No comments written yet.

Please login to write comment.