Color Hex Logo

#7063bc Color Hex

#7063BC
(112,99,188)
0 Favorites   0 Comments

Color spaces of #7063bc

RGB 11299188
HSL0.690.400.56
HSV249°47°74°
CMYK 0.400.470.00   0.26
XYZ20.221015.999349.5994
Yxy15.99930.23560.1864
Hunter Lab39.999120.2397-45.5209
CIE-Lab46.973627.0487-45.3119

#7063bc color RGB value is (112,99,188).

#7063bc hex color red value is 112, green value is 99 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7063bc hue: 0.69 , saturation: 0.40 and the lightness value of 7063bc is 0.56.

The process color (four color CMYK) of #7063bc color hex is 0.40, 0.47, 0.00, 0.26. Web safe color of #7063bc is #6666cc. Color #7063bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100011 10111100
Octal 160 143 274
Decimal 112 99 188
Hex 70 63 BC

RGB Percentages of Color #7063bc

%28.07
%24.81
%47.12

CMYK Percentages of Color #7063bc

%40
%47
%0
%26

Triadic Colors of #7063bc

#7063bc #bc7063 #63bc70

Analogous Colors of #7063bc

#7063bc #9d63bc #6383bc

Monochromatic Colors of #7063bc

#7063bc

Complementary Color

#7063bc #afbc63

#7063bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7063bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7063bc Color CSS Codes

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

#7063bc Text Font Color

<p style="color:#7063bc">Text here</p>

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


#7063bc Background Color

<div style="background-color:#7063bc">
Div content here</div>

This div background color is #7063bc


#7063bc Border Color

<div style="border:3px solid #7063bc">
Div here</div>

This div border color is #7063bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,99,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7063bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7063bc;
  -webkit-box-shadow: 1px 1px 3px 2px #7063bc;
  box-shadow:         1px 1px 3px 2px #7063bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7063bc


Comments

No comments written yet.

Please login to write comment.