Color Hex Logo

#7060ce Color Hex

#7060CE
(112,96,206)
0 Favorites   0 Comments

Color spaces of #7060ce

RGB 11296206
HSL0.690.530.59
HSV249°53°81°
CMYK 0.460.530.00   0.19
XYZ22.005516.266760.3725
Yxy16.26670.22310.1649
Hunter Lab40.332026.8102-60.5181
CIE-Lab47.322534.0790-55.1304

#7060ce color RGB value is (112,96,206).

#7060ce hex color red value is 112, green value is 96 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7060ce hue: 0.69 , saturation: 0.53 and the lightness value of 7060ce is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100000 11001110
Octal 160 140 316
Decimal 112 96 206
Hex 70 60 CE

RGB Percentages of Color #7060ce

%27.05
%23.19
%49.76

CMYK Percentages of Color #7060ce

%46
%53
%0
%19

Triadic Colors of #7060ce

#7060ce #ce7060 #60ce70

Analogous Colors of #7060ce

#7060ce #a760ce #6087ce

Monochromatic Colors of #7060ce

#7060ce

Complementary Color

#7060ce #bece60

#7060ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7060ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7060ce Color CSS Codes

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

#7060ce Text Font Color

<p style="color:#7060ce">Text here</p>

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


#7060ce Background Color

<div style="background-color:#7060ce">
Div content here</div>

This div background color is #7060ce


#7060ce Border Color

<div style="border:3px solid #7060ce">
Div here</div>

This div border color is #7060ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,96,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7060ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7060ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7060ce;
  box-shadow:         1px 1px 3px 2px #7060ce; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7060ce


Comments

No comments written yet.

Please login to write comment.