Color Hex Logo

#7969ce Color Hex

#7969CE
(121,105,206)
0 Favorites   0 Comments

Color spaces of #7969ce

RGB 121105206
HSL0.690.510.61
HSV250°49°81°
CMYK 0.410.490.00   0.19
XYZ24.077318.624360.7184
Yxy18.62430.23280.1801
Hunter Lab43.155924.0650-53.2093
CIE-Lab50.244730.8308-50.4053

#7969ce color RGB value is (121,105,206).

#7969ce hex color red value is 121, green value is 105 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7969ce hue: 0.69 , saturation: 0.51 and the lightness value of 7969ce is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101001 11001110
Octal 171 151 316
Decimal 121 105 206
Hex 79 69 CE

RGB Percentages of Color #7969ce

%28.01
%24.31
%47.69

CMYK Percentages of Color #7969ce

%41
%49
%0
%19

Triadic Colors of #7969ce

#7969ce #ce7969 #69ce79

Analogous Colors of #7969ce

#7969ce #ac69ce #698cce

Monochromatic Colors of #7969ce

#7969ce

Complementary Color

#7969ce #bece69

#7969ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7969ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7969ce Color CSS Codes

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

#7969ce Text Font Color

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

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


#7969ce Background Color

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

This div background color is #7969ce


#7969ce Border Color

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

This div border color is #7969ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7969ce


Comments

No comments written yet.

Please login to write comment.