Color Hex Logo

#7066bf Color Hex

#7066BF
(112,102,191)
0 Favorites   0 Comments

Color spaces of #7066bf

RGB 112102191
HSL0.690.410.57
HSV247°47°75°
CMYK 0.410.470.00   0.25
XYZ20.837416.709151.4171
Yxy16.70910.23420.1878
Hunter Lab40.876819.4581-45.9646
CIE-Lab47.891426.0952-45.5868

#7066bf color RGB value is (112,102,191).

#7066bf hex color red value is 112, green value is 102 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7066bf hue: 0.69 , saturation: 0.41 and the lightness value of 7066bf is 0.57.

The process color (four color CMYK) of #7066bf color hex is 0.41, 0.47, 0.00, 0.25. Web safe color of #7066bf is #6666cc. Color #7066bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100110 10111111
Octal 160 146 277
Decimal 112 102 191
Hex 70 66 BF

RGB Percentages of Color #7066bf

%27.65
%25.19
%47.16

CMYK Percentages of Color #7066bf

%41
%47
%0
%25

Triadic Colors of #7066bf

#7066bf #bf7066 #66bf70

Analogous Colors of #7066bf

#7066bf #9d66bf #6689bf

Monochromatic Colors of #7066bf

#7066bf

Complementary Color

#7066bf #b5bf66

#7066bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7066bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7066bf Color CSS Codes

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

#7066bf Text Font Color

<p style="color:#7066bf">Text here</p>

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


#7066bf Background Color

<div style="background-color:#7066bf">
Div content here</div>

This div background color is #7066bf


#7066bf Border Color

<div style="border:3px solid #7066bf">
Div here</div>

This div border color is #7066bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,102,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7066bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7066bf;
  -webkit-box-shadow: 1px 1px 3px 2px #7066bf;
  box-shadow:         1px 1px 3px 2px #7066bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7066bf


Comments

No comments written yet.

Please login to write comment.