Color Hex Logo

#7199ce Color Hex

#7199CE
(113,153,206)
1 Favorites   0 Comments

Color spaces of #7199ce

RGB 113153206
HSL0.590.490.63
HSV214°45°81°
CMYK 0.450.260.00   0.19
XYZ29.341930.749462.7813
Yxy30.74940.23880.2503
Hunter Lab55.4521-2.5899-28.3099
CIE-Lab62.29550.4440-31.4716

#7199ce color RGB value is (113,153,206).

#7199ce hex color red value is 113, green value is 153 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7199ce hue: 0.59 , saturation: 0.49 and the lightness value of 7199ce is 0.63.

The process color (four color CMYK) of #7199ce color hex is 0.45, 0.26, 0.00, 0.19. Web safe color of #7199ce is #6699cc. Color #7199ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011001 11001110
Octal 161 231 316
Decimal 113 153 206
Hex 71 99 CE

RGB Percentages of Color #7199ce

%23.94
%32.42
%43.64

CMYK Percentages of Color #7199ce

%45
%26
%0
%19

Triadic Colors of #7199ce

#7199ce #ce7199 #99ce71

Analogous Colors of #7199ce

#7199ce #7871ce #71c8ce

Monochromatic Colors of #7199ce

#7199ce

Complementary Color

#7199ce #cea671

#7199ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7199ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7199ce Color CSS Codes

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

#7199ce Text Font Color

<p style="color:#7199ce">Text here</p>

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


#7199ce Background Color

<div style="background-color:#7199ce">
Div content here</div>

This div background color is #7199ce


#7199ce Border Color

<div style="border:3px solid #7199ce">
Div here</div>

This div border color is #7199ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,153,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7199ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7199ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7199ce;
  box-shadow:         1px 1px 3px 2px #7199ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7199ce


Comments

No comments written yet.

Please login to write comment.