Color Hex Logo

#c584ab Color Hex

#C584AB
(197,132,171)
0 Favorites   0 Comments

Color spaces of #c584ab

RGB 197132171
HSL0.900.360.65
HSV324°33°77°
CMYK 0.000.330.13   0.23
XYZ38.627931.313142.5362
Yxy31.31310.34340.2784
Hunter Lab55.958125.2919-5.8982
CIE-Lab62.771130.8297-10.3930

#c584ab color RGB value is (197,132,171).

#c584ab hex color red value is 197, green value is 132 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c584ab hue: 0.90 , saturation: 0.36 and the lightness value of c584ab is 0.65.

The process color (four color CMYK) of #c584ab color hex is 0.00, 0.33, 0.13, 0.23. Web safe color of #c584ab is #cc9999. Color #c584ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000100 10101011
Octal 305 204 253
Decimal 197 132 171
Hex C5 84 AB

RGB Percentages of Color #c584ab

%39.40
%26.40
%34.20

CMYK Percentages of Color #c584ab

%0
%33
%13
%23

Triadic Colors of #c584ab

#c584ab #abc584 #84abc5

Analogous Colors of #c584ab

#c584ab #c5848b #bf84c5

Monochromatic Colors of #c584ab

#c584ab

Complementary Color

#c584ab #84c59e

#c584ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c584ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c584ab Color CSS Codes

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

#c584ab Text Font Color

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

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


#c584ab Background Color

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

This div background color is #c584ab


#c584ab Border Color

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

This div border color is #c584ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,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 #c584ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c584ab


Comments

No comments written yet.

Please login to write comment.