Color Hex Logo

#7877dd Color Hex

#7877DD
(120,119,221)
0 Favorites   0 Comments

Color spaces of #7877dd

RGB 120119221
HSL0.670.600.67
HSV241°46°87°
CMYK 0.460.460.00   0.13
XYZ27.393722.407271.2878
Yxy22.40720.22620.1850
Hunter Lab47.336220.4603-56.1546
CIE-Lab54.456426.5824-52.1895

#7877dd color RGB value is (120,119,221).

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

The process color (four color CMYK) of #7877dd color hex is 0.46, 0.46, 0.00, 0.13. Web safe color of #7877dd is #6666cc. Color #7877dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110111 11011101
Octal 170 167 335
Decimal 120 119 221
Hex 78 77 DD

RGB Percentages of Color #7877dd

%26.09
%25.87
%48.04

CMYK Percentages of Color #7877dd

%46
%46
%0
%13

Triadic Colors of #7877dd

#7877dd #dd7877 #77dd78

Analogous Colors of #7877dd

#7877dd #ab77dd #77a9dd

Monochromatic Colors of #7877dd

#7877dd

Complementary Color

#7877dd #dcdd77

#7877dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7877dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7877dd Color CSS Codes

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

#7877dd Text Font Color

<p style="color:#7877dd">Text here</p>

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


#7877dd Background Color

<div style="background-color:#7877dd">
Div content here</div>

This div background color is #7877dd


#7877dd Border Color

<div style="border:3px solid #7877dd">
Div here</div>

This div border color is #7877dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7877dd


Comments

No comments written yet.

Please login to write comment.