Color Hex Logo

#7947ca Color Hex

#7947CA
(121,71,202)
0 Favorites   0 Comments

Color spaces of #7947ca

RGB 12171202
HSL0.730.550.54
HSV263°65°79°
CMYK 0.400.650.00   0.21
XYZ20.799112.835757.2584
Yxy12.83570.22880.1412
Hunter Lab35.826940.9299-69.6780
CIE-Lab42.514649.0861-60.5447

#7947ca color RGB value is (121,71,202).

#7947ca hex color red value is 121, green value is 71 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7947ca hue: 0.73 , saturation: 0.55 and the lightness value of 7947ca is 0.54.

The process color (four color CMYK) of #7947ca color hex is 0.40, 0.65, 0.00, 0.21. Web safe color of #7947ca is #6633cc. Color #7947ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000111 11001010
Octal 171 107 312
Decimal 121 71 202
Hex 79 47 CA

RGB Percentages of Color #7947ca

%30.71
%18.02
%51.27

CMYK Percentages of Color #7947ca

%40
%65
%0
%21

Triadic Colors of #7947ca

#7947ca #ca7947 #47ca79

Analogous Colors of #7947ca

#7947ca #bb47ca #4757ca

Monochromatic Colors of #7947ca

#7947ca

Complementary Color

#7947ca #98ca47

#7947ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7947ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7947ca Color CSS Codes

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

#7947ca Text Font Color

<p style="color:#7947ca">Text here</p>

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


#7947ca Background Color

<div style="background-color:#7947ca">
Div content here</div>

This div background color is #7947ca


#7947ca Border Color

<div style="border:3px solid #7947ca">
Div here</div>

This div border color is #7947ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,71,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7947ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7947ca;
  -webkit-box-shadow: 1px 1px 3px 2px #7947ca;
  box-shadow:         1px 1px 3px 2px #7947ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7947ca


Comments

No comments written yet.

Please login to write comment.