Color Hex Logo

#7870cf Color Hex

#7870CF
(120,112,207)
0 Favorites   0 Comments

Color spaces of #7870cf

RGB 120112207
HSL0.680.500.63
HSV245°46°81°
CMYK 0.420.460.00   0.19
XYZ24.802420.086461.6013
Yxy20.08640.23290.1886
Hunter Lab44.817920.3515-50.1205
CIE-Lab51.934826.6907-48.2855

#7870cf color RGB value is (120,112,207).

#7870cf hex color red value is 120, green value is 112 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7870cf hue: 0.68 , saturation: 0.50 and the lightness value of 7870cf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110000 11001111
Octal 170 160 317
Decimal 120 112 207
Hex 78 70 CF

RGB Percentages of Color #7870cf

%27.33
%25.51
%47.15

CMYK Percentages of Color #7870cf

%42
%46
%0
%19

Triadic Colors of #7870cf

#7870cf #cf7870 #70cf78

Analogous Colors of #7870cf

#7870cf #a870cf #7098cf

Monochromatic Colors of #7870cf

#7870cf

Complementary Color

#7870cf #c7cf70

#7870cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7870cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7870cf Color CSS Codes

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

#7870cf Text Font Color

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

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


#7870cf Background Color

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

This div background color is #7870cf


#7870cf Border Color

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

This div border color is #7870cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7870cf


Comments

No comments written yet.

Please login to write comment.