Color Hex Logo

#7963ec Color Hex

#7963EC
(121,99,236)
0 Favorites   0 Comments

Color spaces of #7963ec

RGB 12199236
HSL0.690.780.66
HSV250°58°93°
CMYK 0.490.580.00   0.07
XYZ27.487319.044881.5841
Yxy19.04480.21450.1487
Hunter Lab43.640336.0594-80.2923
CIE-Lab50.739642.9789-66.5858

#7963ec color RGB value is (121,99,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100011 11101100
Octal 171 143 354
Decimal 121 99 236
Hex 79 63 EC

RGB Percentages of Color #7963ec

%26.54
%21.71
%51.75

CMYK Percentages of Color #7963ec

%49
%58
%0
%7

Triadic Colors of #7963ec

#7963ec #ec7963 #63ec79

Analogous Colors of #7963ec

#7963ec #be63ec #6392ec

Monochromatic Colors of #7963ec

#7963ec

Complementary Color

#7963ec #d6ec63

#7963ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7963ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7963ec Color CSS Codes

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

#7963ec Text Font Color

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

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


#7963ec Background Color

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

This div background color is #7963ec


#7963ec Border Color

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

This div border color is #7963ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,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 #7963ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7963ec


Comments

No comments written yet.

Please login to write comment.