Color Hex Logo

#799ce5 Color Hex

#799CE5
(121,156,229)
0 Favorites   0 Comments

Color spaces of #799ce5

RGB 121156229
HSL0.610.680.69
HSV221°47°90°
CMYK 0.470.320.00   0.10
XYZ33.916533.499078.8071
Yxy33.49900.23200.2291
Hunter Lab57.87833.3133-40.2144
CIE-Lab64.56297.3913-40.6676

#799ce5 color RGB value is (121,156,229).

#799ce5 hex color red value is 121, green value is 156 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #799ce5 hue: 0.61 , saturation: 0.68 and the lightness value of 799ce5 is 0.69.

The process color (four color CMYK) of #799ce5 color hex is 0.47, 0.32, 0.00, 0.10. Web safe color of #799ce5 is #6699cc. Color #799ce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011100 11100101
Octal 171 234 345
Decimal 121 156 229
Hex 79 9C E5

RGB Percentages of Color #799ce5

%23.91
%30.83
%45.26

CMYK Percentages of Color #799ce5

%47
%32
%0
%10

Triadic Colors of #799ce5

#799ce5 #e5799c #9ce579

Analogous Colors of #799ce5

#799ce5 #8c79e5 #79d2e5

Monochromatic Colors of #799ce5

#799ce5

Complementary Color

#799ce5 #e5c279

#799ce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799ce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#799ce5 Color CSS Codes

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

#799ce5 Text Font Color

<p style="color:#799ce5">Text here</p>

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


#799ce5 Background Color

<div style="background-color:#799ce5">
Div content here</div>

This div background color is #799ce5


#799ce5 Border Color

<div style="border:3px solid #799ce5">
Div here</div>

This div border color is #799ce5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,156,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #799ce5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #799ce5;
  -webkit-box-shadow: 1px 1px 3px 2px #799ce5;
  box-shadow:         1px 1px 3px 2px #799ce5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799ce5


Comments

No comments written yet.

Please login to write comment.