Color Hex Logo

#c084ab Color Hex

#C084AB
(192,132,171)
0 Favorites   0 Comments

Color spaces of #c084ab

RGB 192132171
HSL0.890.320.64
HSV321°31°75°
CMYK 0.000.310.11   0.25
XYZ37.340230.649342.4759
Yxy30.64930.33800.2775
Hunter Lab55.361823.5108-6.7365
CIE-Lab62.210529.0840-11.2905

#c084ab color RGB value is (192,132,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000100 10101011
Octal 300 204 253
Decimal 192 132 171
Hex C0 84 AB

RGB Percentages of Color #c084ab

%38.79
%26.67
%34.55

CMYK Percentages of Color #c084ab

%0
%31
%11
%25

Triadic Colors of #c084ab

#c084ab #abc084 #84abc0

Analogous Colors of #c084ab

#c084ab #c0848d #b784c0

Monochromatic Colors of #c084ab

#c084ab

Complementary Color

#c084ab #84c099

#c084ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c084ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c084ab Color CSS Codes

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

#c084ab Text Font Color

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

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


#c084ab Background Color

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

This div background color is #c084ab


#c084ab Border Color

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

This div border color is #c084ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c084ab


Comments

No comments written yet.

Please login to write comment.