Color Hex Logo

#7886cf Color Hex

#7886CF
(120,134,207)
0 Favorites   0 Comments

Color spaces of #7886cf

RGB 120134207
HSL0.640.480.64
HSV230°42°81°
CMYK 0.420.350.00   0.19
XYZ27.533325.548362.5116
Yxy25.54830.23820.2210
Hunter Lab50.54538.7791-37.9448
CIE-Lab57.605813.5675-39.3187

#7886cf color RGB value is (120,134,207).

#7886cf hex color red value is 120, green value is 134 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7886cf hue: 0.64 , saturation: 0.48 and the lightness value of 7886cf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000110 11001111
Octal 170 206 317
Decimal 120 134 207
Hex 78 86 CF

RGB Percentages of Color #7886cf

%26.03
%29.07
%44.90

CMYK Percentages of Color #7886cf

%42
%35
%0
%19

Triadic Colors of #7886cf

#7886cf #cf7886 #86cf78

Analogous Colors of #7886cf

#7886cf #9678cf #78b2cf

Monochromatic Colors of #7886cf

#7886cf

Complementary Color

#7886cf #cfc178

#7886cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7886cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7886cf Color CSS Codes

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

#7886cf Text Font Color

<p style="color:#7886cf">Text here</p>

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


#7886cf Background Color

<div style="background-color:#7886cf">
Div content here</div>

This div background color is #7886cf


#7886cf Border Color

<div style="border:3px solid #7886cf">
Div here</div>

This div border color is #7886cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,134,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7886cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7886cf;
  -webkit-box-shadow: 1px 1px 3px 2px #7886cf;
  box-shadow:         1px 1px 3px 2px #7886cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7886cf


Comments

No comments written yet.

Please login to write comment.