Color Hex Logo

#7999cd Color Hex

#7999CD
(121,153,205)
0 Favorites   0 Comments

Color spaces of #7999cd

RGB 121153205
HSL0.600.460.64
HSV217°41°80°
CMYK 0.410.250.00   0.20
XYZ30.295831.255262.1937
Yxy31.25520.24480.2526
Hunter Lab55.9064-1.1065-26.8234
CIE-Lab62.72252.2267-30.2145

#7999cd color RGB value is (121,153,205).

#7999cd hex color red value is 121, green value is 153 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7999cd hue: 0.60 , saturation: 0.46 and the lightness value of 7999cd is 0.64.

The process color (four color CMYK) of #7999cd color hex is 0.41, 0.25, 0.00, 0.20. Web safe color of #7999cd is #6699cc. Color #7999cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011001 11001101
Octal 171 231 315
Decimal 121 153 205
Hex 79 99 CD

RGB Percentages of Color #7999cd

%25.26
%31.94
%42.80

CMYK Percentages of Color #7999cd

%41
%25
%0
%20

Triadic Colors of #7999cd

#7999cd #cd7999 #99cd79

Analogous Colors of #7999cd

#7999cd #8379cd #79c3cd

Monochromatic Colors of #7999cd

#7999cd

Complementary Color

#7999cd #cdad79

#7999cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7999cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7999cd Color CSS Codes

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

#7999cd Text Font Color

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

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


#7999cd Background Color

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

This div background color is #7999cd


#7999cd Border Color

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

This div border color is #7999cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7999cd


Comments

No comments written yet.

Please login to write comment.