Color Hex Logo

#8469c0 Color Hex

#8469C0
(132,105,192)
0 Favorites   0 Comments

Color spaces of #8469c0

RGB 132105192
HSL0.720.410.58
HSV259°45°75°
CMYK 0.310.450.00   0.25
XYZ24.081718.814552.2315
Yxy18.81450.25320.1978
Hunter Lab43.375723.1938-41.0320
CIE-Lab50.469529.8814-41.9599

#8469c0 color RGB value is (132,105,192).

#8469c0 hex color red value is 132, green value is 105 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #8469c0 hue: 0.72 , saturation: 0.41 and the lightness value of 8469c0 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101001 11000000
Octal 204 151 300
Decimal 132 105 192
Hex 84 69 C0

RGB Percentages of Color #8469c0

%30.77
%24.48
%44.76

CMYK Percentages of Color #8469c0

%31
%45
%0
%25

Triadic Colors of #8469c0

#8469c0 #c08469 #69c084

Analogous Colors of #8469c0

#8469c0 #b069c0 #697ac0

Monochromatic Colors of #8469c0

#8469c0

Complementary Color

#8469c0 #a5c069

#8469c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8469c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8469c0 Color CSS Codes

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

#8469c0 Text Font Color

<p style="color:#8469c0">Text here</p>

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


#8469c0 Background Color

<div style="background-color:#8469c0">
Div content here</div>

This div background color is #8469c0


#8469c0 Border Color

<div style="border:3px solid #8469c0">
Div here</div>

This div border color is #8469c0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,105,192, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8469c0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8469c0;
  -webkit-box-shadow: 1px 1px 3px 2px #8469c0;
  box-shadow:         1px 1px 3px 2px #8469c0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8469c0


Comments

No comments written yet.

Please login to write comment.