Color Hex Logo

#8474be Color Hex

#8474BE
(132,116,190)
0 Favorites   0 Comments

Color spaces of #8474be

RGB 132116190
HSL0.700.360.60
HSV253°39°75°
CMYK 0.310.390.00   0.25
XYZ25.055421.114051.4700
Yxy21.11400.25660.2162
Hunter Lab45.950016.9192-34.2476
CIE-Lab53.074022.8628-36.7046

#8474be color RGB value is (132,116,190).

#8474be hex color red value is 132, green value is 116 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8474be hue: 0.70 , saturation: 0.36 and the lightness value of 8474be is 0.60.

The process color (four color CMYK) of #8474be color hex is 0.31, 0.39, 0.00, 0.25. Web safe color of #8474be is #9966cc. Color #8474be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110100 10111110
Octal 204 164 276
Decimal 132 116 190
Hex 84 74 BE

RGB Percentages of Color #8474be

%30.14
%26.48
%43.38

CMYK Percentages of Color #8474be

%31
%39
%0
%25

Triadic Colors of #8474be

#8474be #be8474 #74be84

Analogous Colors of #8474be

#8474be #a974be #7489be

Monochromatic Colors of #8474be

#8474be

Complementary Color

#8474be #aebe74

#8474be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8474be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8474be Color CSS Codes

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

#8474be Text Font Color

<p style="color:#8474be">Text here</p>

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


#8474be Background Color

<div style="background-color:#8474be">
Div content here</div>

This div background color is #8474be


#8474be Border Color

<div style="border:3px solid #8474be">
Div here</div>

This div border color is #8474be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,116,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8474be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8474be;
  -webkit-box-shadow: 1px 1px 3px 2px #8474be;
  box-shadow:         1px 1px 3px 2px #8474be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8474be


Comments

No comments written yet.

Please login to write comment.