Color Hex Logo

#7075bd Color Hex

#7075BD
(112,117,189)
0 Favorites   0 Comments

Color spaces of #7075bd

RGB 112117189
HSL0.660.370.59
HSV236°41°74°
CMYK 0.410.380.00   0.26
XYZ22.228719.841450.8023
Yxy19.84140.23930.2136
Hunter Lab44.543711.1257-36.4400
CIE-Lab51.657416.4284-38.4705

#7075bd color RGB value is (112,117,189).

#7075bd hex color red value is 112, green value is 117 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7075bd hue: 0.66 , saturation: 0.37 and the lightness value of 7075bd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110101 10111101
Octal 160 165 275
Decimal 112 117 189
Hex 70 75 BD

RGB Percentages of Color #7075bd

%26.79
%27.99
%45.22

CMYK Percentages of Color #7075bd

%41
%38
%0
%26

Triadic Colors of #7075bd

#7075bd #bd7075 #75bd70

Analogous Colors of #7075bd

#7075bd #9270bd #709cbd

Monochromatic Colors of #7075bd

#7075bd

Complementary Color

#7075bd #bdb870

#7075bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7075bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7075bd Color CSS Codes

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

#7075bd Text Font Color

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

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


#7075bd Background Color

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

This div background color is #7075bd


#7075bd Border Color

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

This div border color is #7075bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7075bd


Comments

No comments written yet.

Please login to write comment.