Color Hex Logo

#7967be Color Hex

#7967BE
(121,103,190)
0 Favorites   0 Comments

Color spaces of #7967be

RGB 121103190
HSL0.700.400.57
HSV252°46°75°
CMYK 0.360.460.00   0.25
XYZ22.029717.483150.9287
Yxy17.48310.24360.1933
Hunter Lab41.812820.8730-42.9473
CIE-Lab48.863127.5510-43.4169

#7967be color RGB value is (121,103,190).

#7967be hex color red value is 121, green value is 103 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7967be hue: 0.70 , saturation: 0.40 and the lightness value of 7967be is 0.57.

The process color (four color CMYK) of #7967be color hex is 0.36, 0.46, 0.00, 0.25. Web safe color of #7967be is #6666cc. Color #7967be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100111 10111110
Octal 171 147 276
Decimal 121 103 190
Hex 79 67 BE

RGB Percentages of Color #7967be

%29.23
%24.88
%45.89

CMYK Percentages of Color #7967be

%36
%46
%0
%25

Triadic Colors of #7967be

#7967be #be7967 #67be79

Analogous Colors of #7967be

#7967be #a567be #6781be

Monochromatic Colors of #7967be

#7967be

Complementary Color

#7967be #acbe67

#7967be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7967be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7967be Color CSS Codes

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

#7967be Text Font Color

<p style="color:#7967be">Text here</p>

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


#7967be Background Color

<div style="background-color:#7967be">
Div content here</div>

This div background color is #7967be


#7967be Border Color

<div style="border:3px solid #7967be">
Div here</div>

This div border color is #7967be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,103,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7967be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7967be;
  -webkit-box-shadow: 1px 1px 3px 2px #7967be;
  box-shadow:         1px 1px 3px 2px #7967be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,103,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7967be


Comments

No comments written yet.

Please login to write comment.