Color Hex Logo

#7951ce Color Hex

#7951CE
(121,81,206)
0 Favorites   0 Comments

Color spaces of #7951ce

RGB 12181206
HSL0.720.560.56
HSV259°61°81°
CMYK 0.410.610.00   0.19
XYZ21.968214.406060.0153
Yxy14.40600.22790.1495
Hunter Lab37.955236.8928-67.1814
CIE-Lab44.809644.7366-59.1382

#7951ce color RGB value is (121,81,206).

#7951ce hex color red value is 121, green value is 81 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7951ce hue: 0.72 , saturation: 0.56 and the lightness value of 7951ce is 0.56.

The process color (four color CMYK) of #7951ce color hex is 0.41, 0.61, 0.00, 0.19. Web safe color of #7951ce is #6666cc. Color #7951ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010001 11001110
Octal 171 121 316
Decimal 121 81 206
Hex 79 51 CE

RGB Percentages of Color #7951ce

%29.66
%19.85
%50.49

CMYK Percentages of Color #7951ce

%41
%61
%0
%19

Triadic Colors of #7951ce

#7951ce #ce7951 #51ce79

Analogous Colors of #7951ce

#7951ce #b851ce #5168ce

Monochromatic Colors of #7951ce

#7951ce

Complementary Color

#7951ce #a6ce51

#7951ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7951ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7951ce Color CSS Codes

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

#7951ce Text Font Color

<p style="color:#7951ce">Text here</p>

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


#7951ce Background Color

<div style="background-color:#7951ce">
Div content here</div>

This div background color is #7951ce


#7951ce Border Color

<div style="border:3px solid #7951ce">
Div here</div>

This div border color is #7951ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,81,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7951ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7951ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7951ce;
  box-shadow:         1px 1px 3px 2px #7951ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7951ce


Comments

No comments written yet.

Please login to write comment.