Color Hex Logo

#7198ce Color Hex

#7198CE
(113,152,206)
0 Favorites   0 Comments

Color spaces of #7198ce

RGB 113152206
HSL0.600.490.63
HSV215°45°81°
CMYK 0.450.260.00   0.19
XYZ29.178930.423462.7269
Yxy30.42340.23850.2487
Hunter Lab55.1574-2.0969-28.8164
CIE-Lab62.01781.0140-31.9023

#7198ce color RGB value is (113,152,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011000 11001110
Octal 161 230 316
Decimal 113 152 206
Hex 71 98 CE

RGB Percentages of Color #7198ce

%23.99
%32.27
%43.74

CMYK Percentages of Color #7198ce

%45
%26
%0
%19

Triadic Colors of #7198ce

#7198ce #ce7198 #98ce71

Analogous Colors of #7198ce

#7198ce #7971ce #71c7ce

Monochromatic Colors of #7198ce

#7198ce

Complementary Color

#7198ce #cea771

#7198ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7198ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7198ce Color CSS Codes

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

#7198ce Text Font Color

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

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


#7198ce Background Color

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

This div background color is #7198ce


#7198ce Border Color

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

This div border color is #7198ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,152,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 #7198ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7198ce


Comments

No comments written yet.

Please login to write comment.