Color Hex Logo

#7969df Color Hex

#7969DF
(121,105,223)
0 Favorites   0 Comments

Color spaces of #7969df

RGB 121105223
HSL0.690.650.64
HSV248°53°87°
CMYK 0.460.530.00   0.13
XYZ26.256019.495872.1913
Yxy19.49580.22260.1653
Hunter Lab44.154028.8746-66.0306
CIE-Lab51.262335.7131-58.4272

#7969df color RGB value is (121,105,223).

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

The process color (four color CMYK) of #7969df color hex is 0.46, 0.53, 0.00, 0.13. Web safe color of #7969df is #6666cc. Color #7969df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101001 11011111
Octal 171 151 337
Decimal 121 105 223
Hex 79 69 DF

RGB Percentages of Color #7969df

%26.95
%23.39
%49.67

CMYK Percentages of Color #7969df

%46
%53
%0
%13

Triadic Colors of #7969df

#7969df #df7969 #69df79

Analogous Colors of #7969df

#7969df #b469df #6994df

Monochromatic Colors of #7969df

#7969df

Complementary Color

#7969df #cfdf69

#7969df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7969df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7969df Color CSS Codes

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

#7969df Text Font Color

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

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


#7969df Background Color

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

This div background color is #7969df


#7969df Border Color

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

This div border color is #7969df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7969df


Comments

No comments written yet.

Please login to write comment.