Color Hex Logo

#7059cb Color Hex

#7059CB
(112,89,203)
0 Favorites   0 Comments

Color spaces of #7059cb

RGB 11289203
HSL0.700.520.57
HSV252°56°80°
CMYK 0.450.560.00   0.20
XYZ21.034014.901358.2675
Yxy14.90130.22330.1582
Hunter Lab38.602229.7092-62.4728
CIE-Lab45.498737.3537-56.3426

#7059cb color RGB value is (112,89,203).

#7059cb hex color red value is 112, green value is 89 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7059cb hue: 0.70 , saturation: 0.52 and the lightness value of 7059cb is 0.57.

The process color (four color CMYK) of #7059cb color hex is 0.45, 0.56, 0.00, 0.20. Web safe color of #7059cb is #6666cc. Color #7059cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011001 11001011
Octal 160 131 313
Decimal 112 89 203
Hex 70 59 CB

RGB Percentages of Color #7059cb

%27.72
%22.03
%50.25

CMYK Percentages of Color #7059cb

%45
%56
%0
%20

Triadic Colors of #7059cb

#7059cb #cb7059 #59cb70

Analogous Colors of #7059cb

#7059cb #a959cb #597bcb

Monochromatic Colors of #7059cb

#7059cb

Complementary Color

#7059cb #b4cb59

#7059cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7059cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7059cb Color CSS Codes

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

#7059cb Text Font Color

<p style="color:#7059cb">Text here</p>

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


#7059cb Background Color

<div style="background-color:#7059cb">
Div content here</div>

This div background color is #7059cb


#7059cb Border Color

<div style="border:3px solid #7059cb">
Div here</div>

This div border color is #7059cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,89,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7059cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7059cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7059cb;
  box-shadow:         1px 1px 3px 2px #7059cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7059cb


Comments

No comments written yet.

Please login to write comment.