Color Hex Logo

#7063ec Color Hex

#7063EC
(112,99,236)
0 Favorites   0 Comments

Color spaces of #7063ec

RGB 11299236
HSL0.680.780.66
HSV246°58°93°
CMYK 0.530.580.00   0.07
XYZ26.284318.424681.5278
Yxy18.42460.20820.1460
Hunter Lab42.923934.1871-82.5662
CIE-Lab50.007141.2403-67.8069

#7063ec color RGB value is (112,99,236).

#7063ec hex color red value is 112, green value is 99 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7063ec hue: 0.68 , saturation: 0.78 and the lightness value of 7063ec is 0.66.

The process color (four color CMYK) of #7063ec color hex is 0.53, 0.58, 0.00, 0.07. Web safe color of #7063ec is #6666ff. Color #7063ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100011 11101100
Octal 160 143 354
Decimal 112 99 236
Hex 70 63 EC

RGB Percentages of Color #7063ec

%25.06
%22.15
%52.80

CMYK Percentages of Color #7063ec

%53
%58
%0
%7

Triadic Colors of #7063ec

#7063ec #ec7063 #63ec70

Analogous Colors of #7063ec

#7063ec #b563ec #639bec

Monochromatic Colors of #7063ec

#7063ec

Complementary Color

#7063ec #dfec63

#7063ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7063ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7063ec Color CSS Codes

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

#7063ec Text Font Color

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

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


#7063ec Background Color

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

This div background color is #7063ec


#7063ec Border Color

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

This div border color is #7063ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7063ec


Comments

No comments written yet.

Please login to write comment.