Color Hex Logo

#7994cb Color Hex

#7994CB
(121,148,203)
1 Favorites   0 Comments

Color spaces of #7994cb

RGB 121148203
HSL0.610.440.64
HSV220°40°80°
CMYK 0.400.270.00   0.20
XYZ29.254629.556660.6630
Yxy29.55660.24490.2474
Hunter Lab54.36600.9113-28.1012
CIE-Lab61.26974.5300-31.3465

#7994cb color RGB value is (121,148,203).

#7994cb hex color red value is 121, green value is 148 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7994cb hue: 0.61 , saturation: 0.44 and the lightness value of 7994cb is 0.64.

The process color (four color CMYK) of #7994cb color hex is 0.40, 0.27, 0.00, 0.20. Web safe color of #7994cb is #6699cc. Color #7994cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010100 11001011
Octal 171 224 313
Decimal 121 148 203
Hex 79 94 CB

RGB Percentages of Color #7994cb

%25.64
%31.36
%43.01

CMYK Percentages of Color #7994cb

%40
%27
%0
%20

Triadic Colors of #7994cb

#7994cb #cb7994 #94cb79

Analogous Colors of #7994cb

#7994cb #8779cb #79bdcb

Monochromatic Colors of #7994cb

#7994cb

Complementary Color

#7994cb #cbb079

#7994cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7994cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7994cb Color CSS Codes

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

#7994cb Text Font Color

<p style="color:#7994cb">Text here</p>

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


#7994cb Background Color

<div style="background-color:#7994cb">
Div content here</div>

This div background color is #7994cb


#7994cb Border Color

<div style="border:3px solid #7994cb">
Div here</div>

This div border color is #7994cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,148,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7994cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7994cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7994cb;
  box-shadow:         1px 1px 3px 2px #7994cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7994cb


Comments

No comments written yet.

Please login to write comment.