Color Hex Logo

#7946be Color Hex

#7946BE
(121,70,190)
0 Favorites   0 Comments

Color spaces of #7946be

RGB 12170190
HSL0.740.480.51
HSV266°63°75°
CMYK 0.360.630.00   0.25
XYZ19.369612.163050.0420
Yxy12.16300.23740.1491
Hunter Lab34.875538.1055-60.6609
CIE-Lab41.474046.5043-55.2503

#7946be color RGB value is (121,70,190).

#7946be hex color red value is 121, green value is 70 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7946be hue: 0.74 , saturation: 0.48 and the lightness value of 7946be is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000110 10111110
Octal 171 106 276
Decimal 121 70 190
Hex 79 46 BE

RGB Percentages of Color #7946be

%31.76
%18.37
%49.87

CMYK Percentages of Color #7946be

%36
%63
%0
%25

Triadic Colors of #7946be

#7946be #be7946 #46be79

Analogous Colors of #7946be

#7946be #b546be #464fbe

Monochromatic Colors of #7946be

#7946be

Complementary Color

#7946be #8bbe46

#7946be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7946be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7946be Color CSS Codes

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

#7946be Text Font Color

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

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


#7946be Background Color

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

This div background color is #7946be


#7946be Border Color

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

This div border color is #7946be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7946be


Comments

No comments written yet.

Please login to write comment.