Color Hex Logo

#7063cb Color Hex

#7063CB
(112,99,203)
0 Favorites   0 Comments

Color spaces of #7063cb

RGB 11299203
HSL0.690.500.59
HSV248°51°80°
CMYK 0.450.510.00   0.20
XYZ21.923416.680258.5640
Yxy16.68020.22560.1717
Hunter Lab40.841424.3452-56.4292
CIE-Lab47.854531.4033-52.5558

#7063cb color RGB value is (112,99,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100011 11001011
Octal 160 143 313
Decimal 112 99 203
Hex 70 63 CB

RGB Percentages of Color #7063cb

%27.05
%23.91
%49.03

CMYK Percentages of Color #7063cb

%45
%51
%0
%20

Triadic Colors of #7063cb

#7063cb #cb7063 #63cb70

Analogous Colors of #7063cb

#7063cb #a463cb #638acb

Monochromatic Colors of #7063cb

#7063cb

Complementary Color

#7063cb #becb63

#7063cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7063cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7063cb Color CSS Codes

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

#7063cb Text Font Color

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

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


#7063cb Background Color

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

This div background color is #7063cb


#7063cb Border Color

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

This div border color is #7063cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7063cb


Comments

No comments written yet.

Please login to write comment.