Color Hex Logo

#796fdf Color Hex

#796FDF
(121,111,223)
0 Favorites   0 Comments

Color spaces of #796fdf

RGB 121111223
HSL0.680.640.65
HSV245°50°87°
CMYK 0.460.500.00   0.13
XYZ26.888920.761572.4022
Yxy20.76150.22400.1729
Hunter Lab45.564825.5988-62.3161
CIE-Lab52.687532.1658-56.1397

#796fdf color RGB value is (121,111,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101111 11011111
Octal 171 157 337
Decimal 121 111 223
Hex 79 6F DF

RGB Percentages of Color #796fdf

%26.59
%24.40
%49.01

CMYK Percentages of Color #796fdf

%46
%50
%0
%13

Triadic Colors of #796fdf

#796fdf #df796f #6fdf79

Analogous Colors of #796fdf

#796fdf #b16fdf #6f9ddf

Monochromatic Colors of #796fdf

#796fdf

Complementary Color

#796fdf #d5df6f

#796fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#796fdf Color CSS Codes

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

#796fdf Text Font Color

<p style="color:#796fdf">Text here</p>

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


#796fdf Background Color

<div style="background-color:#796fdf">
Div content here</div>

This div background color is #796fdf


#796fdf Border Color

<div style="border:3px solid #796fdf">
Div here</div>

This div border color is #796fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796fdf


Comments

No comments written yet.

Please login to write comment.