Color Hex Logo

#7059bd Color Hex

#7059BD
(112,89,189)
0 Favorites   0 Comments

Color spaces of #7059bd

RGB 11289189
HSL0.710.430.55
HSV254°53°74°
CMYK 0.410.530.00   0.26
XYZ19.439814.263649.8727
Yxy14.26360.23260.1707
Hunter Lab37.767225.7863-51.8572
CIE-Lab44.608633.3481-49.6716

#7059bd color RGB value is (112,89,189).

#7059bd hex color red value is 112, green value is 89 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7059bd hue: 0.71 , saturation: 0.43 and the lightness value of 7059bd is 0.55.

The process color (four color CMYK) of #7059bd color hex is 0.41, 0.53, 0.00, 0.26. Web safe color of #7059bd is #6666cc. Color #7059bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011001 10111101
Octal 160 131 275
Decimal 112 89 189
Hex 70 59 BD

RGB Percentages of Color #7059bd

%28.72
%22.82
%48.46

CMYK Percentages of Color #7059bd

%41
%53
%0
%26

Triadic Colors of #7059bd

#7059bd #bd7059 #59bd70

Analogous Colors of #7059bd

#7059bd #a259bd #5974bd

Monochromatic Colors of #7059bd

#7059bd

Complementary Color

#7059bd #a6bd59

#7059bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7059bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7059bd Color CSS Codes

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

#7059bd Text Font Color

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

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


#7059bd Background Color

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

This div background color is #7059bd


#7059bd Border Color

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

This div border color is #7059bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7059bd


Comments

No comments written yet.

Please login to write comment.