Color Hex Logo

#7997fd Color Hex

#7997FD
(121,151,253)
0 Favorites   0 Comments

Color spaces of #7997fd

RGB 121151253
HSL0.630.970.73
HSV226°52°99°
CMYK 0.520.400.00   0.01
XYZ36.681433.290097.4208
Yxy33.29000.21910.1989
Hunter Lab57.697512.5115-59.7215
CIE-Lab64.395017.5013-54.1080

#7997fd color RGB value is (121,151,253).

#7997fd hex color red value is 121, green value is 151 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7997fd hue: 0.63 , saturation: 0.97 and the lightness value of 7997fd is 0.73.

The process color (four color CMYK) of #7997fd color hex is 0.52, 0.40, 0.00, 0.01. Web safe color of #7997fd is #6699ff. Color #7997fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010111 11111101
Octal 171 227 375
Decimal 121 151 253
Hex 79 97 FD

RGB Percentages of Color #7997fd

%23.05
%28.76
%48.19

CMYK Percentages of Color #7997fd

%52
%40
%0
%1

Triadic Colors of #7997fd

#7997fd #fd7997 #97fd79

Analogous Colors of #7997fd

#7997fd #9d79fd #79d9fd

Monochromatic Colors of #7997fd

#7997fd

Complementary Color

#7997fd #fddf79

#7997fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7997fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7997fd Color CSS Codes

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

#7997fd Text Font Color

<p style="color:#7997fd">Text here</p>

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


#7997fd Background Color

<div style="background-color:#7997fd">
Div content here</div>

This div background color is #7997fd


#7997fd Border Color

<div style="border:3px solid #7997fd">
Div here</div>

This div border color is #7997fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,151,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7997fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7997fd;
  -webkit-box-shadow: 1px 1px 3px 2px #7997fd;
  box-shadow:         1px 1px 3px 2px #7997fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7997fd


Comments

No comments written yet.

Please login to write comment.