Color Hex Logo

#7999fc Color Hex

#7999FC
(121,153,252)
0 Favorites   0 Comments

Color spaces of #7999fc

RGB 121153252
HSL0.630.960.73
HSV225°52°99°
CMYK 0.520.390.00   0.01
XYZ36.847133.875796.6921
Yxy33.87570.22010.2023
Hunter Lab58.202811.1500-57.7562
CIE-Lab64.863816.0282-52.8181

#7999fc color RGB value is (121,153,252).

#7999fc hex color red value is 121, green value is 153 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7999fc hue: 0.63 , saturation: 0.96 and the lightness value of 7999fc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011001 11111100
Octal 171 231 374
Decimal 121 153 252
Hex 79 99 FC

RGB Percentages of Color #7999fc

%23.00
%29.09
%47.91

CMYK Percentages of Color #7999fc

%52
%39
%0
%1

Triadic Colors of #7999fc

#7999fc #fc7999 #99fc79

Analogous Colors of #7999fc

#7999fc #9b79fc #79dbfc

Monochromatic Colors of #7999fc

#7999fc

Complementary Color

#7999fc #fcdc79

#7999fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7999fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7999fc Color CSS Codes

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

#7999fc Text Font Color

<p style="color:#7999fc">Text here</p>

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


#7999fc Background Color

<div style="background-color:#7999fc">
Div content here</div>

This div background color is #7999fc


#7999fc Border Color

<div style="border:3px solid #7999fc">
Div here</div>

This div border color is #7999fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,153,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7999fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7999fc;
  -webkit-box-shadow: 1px 1px 3px 2px #7999fc;
  box-shadow:         1px 1px 3px 2px #7999fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7999fc


Comments

No comments written yet.

Please login to write comment.