Color Hex Logo

#c084aa Color Hex

#C084AA
(192,132,170)
0 Favorites   0 Comments

Color spaces of #c084aa

RGB 192132170
HSL0.890.320.64
HSV322°31°75°
CMYK 0.000.310.11   0.25
XYZ37.245230.611341.9757
Yxy30.61130.33910.2787
Hunter Lab55.327523.3390-6.2527
CIE-Lab62.178128.9126-10.7703

#c084aa color RGB value is (192,132,170).

#c084aa hex color red value is 192, green value is 132 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c084aa hue: 0.89 , saturation: 0.32 and the lightness value of c084aa is 0.64.

The process color (four color CMYK) of #c084aa color hex is 0.00, 0.31, 0.11, 0.25. Web safe color of #c084aa is #cc9999. Color #c084aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000100 10101010
Octal 300 204 252
Decimal 192 132 170
Hex C0 84 AA

RGB Percentages of Color #c084aa

%38.87
%26.72
%34.41

CMYK Percentages of Color #c084aa

%0
%31
%11
%25

Triadic Colors of #c084aa

#c084aa #aac084 #84aac0

Analogous Colors of #c084aa

#c084aa #c0848c #b884c0

Monochromatic Colors of #c084aa

#c084aa

Complementary Color

#c084aa #84c09a

#c084aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c084aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c084aa Color CSS Codes

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

#c084aa Text Font Color

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

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


#c084aa Background Color

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

This div background color is #c084aa


#c084aa Border Color

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

This div border color is #c084aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c084aa


Comments

No comments written yet.

Please login to write comment.