Color Hex Logo

#7056ca Color Hex

#7056CA
(112,86,202)
0 Favorites   0 Comments

Color spaces of #7056ca

RGB 11286202
HSL0.700.520.56
HSV253°57°79°
CMYK 0.450.570.00   0.21
XYZ20.670614.364657.5603
Yxy14.36460.22320.1551
Hunter Lab37.900731.0258-63.5142
CIE-Lab44.751338.8233-56.9716

#7056ca color RGB value is (112,86,202).

#7056ca hex color red value is 112, green value is 86 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7056ca hue: 0.70 , saturation: 0.52 and the lightness value of 7056ca is 0.56.

The process color (four color CMYK) of #7056ca color hex is 0.45, 0.57, 0.00, 0.21. Web safe color of #7056ca is #6666cc. Color #7056ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010110 11001010
Octal 160 126 312
Decimal 112 86 202
Hex 70 56 CA

RGB Percentages of Color #7056ca

%28.00
%21.50
%50.50

CMYK Percentages of Color #7056ca

%45
%57
%0
%21

Triadic Colors of #7056ca

#7056ca #ca7056 #56ca70

Analogous Colors of #7056ca

#7056ca #aa56ca #5676ca

Monochromatic Colors of #7056ca

#7056ca

Complementary Color

#7056ca #b0ca56

#7056ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7056ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7056ca Color CSS Codes

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

#7056ca Text Font Color

<p style="color:#7056ca">Text here</p>

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


#7056ca Background Color

<div style="background-color:#7056ca">
Div content here</div>

This div background color is #7056ca


#7056ca Border Color

<div style="border:3px solid #7056ca">
Div here</div>

This div border color is #7056ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,86,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7056ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7056ca;
  -webkit-box-shadow: 1px 1px 3px 2px #7056ca;
  box-shadow:         1px 1px 3px 2px #7056ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,86,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7056ca


Comments

No comments written yet.

Please login to write comment.