Color Hex Logo

#8492ca Color Hex

#8492CA
(132,146,202)
0 Favorites   0 Comments

Color spaces of #8492ca

RGB 132146202
HSL0.630.400.65
HSV228°35°79°
CMYK 0.350.280.00   0.21
XYZ30.455329.727660.0099
Yxy29.72760.25340.2473
Hunter Lab54.52304.2907-27.0905
CIE-Lab61.41858.4457-30.4974

#8492ca color RGB value is (132,146,202).

#8492ca hex color red value is 132, green value is 146 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8492ca hue: 0.63 , saturation: 0.40 and the lightness value of 8492ca is 0.65.

The process color (four color CMYK) of #8492ca color hex is 0.35, 0.28, 0.00, 0.21. Web safe color of #8492ca is #9999cc. Color #8492ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010010 11001010
Octal 204 222 312
Decimal 132 146 202
Hex 84 92 CA

RGB Percentages of Color #8492ca

%27.50
%30.42
%42.08

CMYK Percentages of Color #8492ca

%35
%28
%0
%21

Triadic Colors of #8492ca

#8492ca #ca8492 #92ca84

Analogous Colors of #8492ca

#8492ca #9984ca #84b5ca

Monochromatic Colors of #8492ca

#8492ca

Complementary Color

#8492ca #cabc84

#8492ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8492ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8492ca Color CSS Codes

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

#8492ca Text Font Color

<p style="color:#8492ca">Text here</p>

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


#8492ca Background Color

<div style="background-color:#8492ca">
Div content here</div>

This div background color is #8492ca


#8492ca Border Color

<div style="border:3px solid #8492ca">
Div here</div>

This div border color is #8492ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,146,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8492ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8492ca;
  -webkit-box-shadow: 1px 1px 3px 2px #8492ca;
  box-shadow:         1px 1px 3px 2px #8492ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,146,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8492ca


Comments

No comments written yet.

Please login to write comment.