Color Hex Logo

#7186fa Color Hex

#7186FA
(113,134,250)
0 Favorites   0 Comments

Color spaces of #7186fa

RGB 113134250
HSL0.640.930.71
HSV231°55°98°
CMYK 0.550.460.00   0.02
XYZ32.590527.463094.0257
Yxy27.46300.21150.1782
Hunter Lab52.405219.2992-69.6949
CIE-Lab59.400524.9600-60.4541

#7186fa color RGB value is (113,134,250).

#7186fa hex color red value is 113, green value is 134 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7186fa hue: 0.64 , saturation: 0.93 and the lightness value of 7186fa is 0.71.

The process color (four color CMYK) of #7186fa color hex is 0.55, 0.46, 0.00, 0.02. Web safe color of #7186fa is #6699ff. Color #7186fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000110 11111010
Octal 161 206 372
Decimal 113 134 250
Hex 71 86 FA

RGB Percentages of Color #7186fa

%22.74
%26.96
%50.30

CMYK Percentages of Color #7186fa

%55
%46
%0
%2

Triadic Colors of #7186fa

#7186fa #fa7186 #86fa71

Analogous Colors of #7186fa

#7186fa #a171fa #71cbfa

Monochromatic Colors of #7186fa

#7186fa

Complementary Color

#7186fa #fae571

#7186fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7186fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7186fa Color CSS Codes

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

#7186fa Text Font Color

<p style="color:#7186fa">Text here</p>

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


#7186fa Background Color

<div style="background-color:#7186fa">
Div content here</div>

This div background color is #7186fa


#7186fa Border Color

<div style="border:3px solid #7186fa">
Div here</div>

This div border color is #7186fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,134,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7186fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7186fa;
  -webkit-box-shadow: 1px 1px 3px 2px #7186fa;
  box-shadow:         1px 1px 3px 2px #7186fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7186fa


Comments

No comments written yet.

Please login to write comment.