Color Hex Logo

#7063cd Color Hex

#7063CD
(112,99,205)
0 Favorites   0 Comments

Color spaces of #7063cd

RGB 11299205
HSL0.690.510.60
HSV247°52°80°
CMYK 0.450.520.00   0.20
XYZ22.163416.776259.8276
Yxy16.77620.22440.1699
Hunter Lab40.958824.9112-57.9325
CIE-Lab47.976831.9912-53.5065

#7063cd color RGB value is (112,99,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100011 11001101
Octal 160 143 315
Decimal 112 99 205
Hex 70 63 CD

RGB Percentages of Color #7063cd

%26.92
%23.80
%49.28

CMYK Percentages of Color #7063cd

%45
%52
%0
%20

Triadic Colors of #7063cd

#7063cd #cd7063 #63cd70

Analogous Colors of #7063cd

#7063cd #a563cd #638bcd

Monochromatic Colors of #7063cd

#7063cd

Complementary Color

#7063cd #c0cd63

#7063cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7063cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7063cd Color CSS Codes

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

#7063cd Text Font Color

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

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


#7063cd Background Color

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

This div background color is #7063cd


#7063cd Border Color

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

This div border color is #7063cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7063cd


Comments

No comments written yet.

Please login to write comment.