Color Hex Logo

#c585aa Color Hex

#C585AA
(197,133,170)
0 Favorites   0 Comments

Color spaces of #c585aa

RGB 197133170
HSL0.900.360.65
HSV325°32°77°
CMYK 0.000.320.14   0.23
XYZ38.669231.547742.0814
Yxy31.54770.34430.2809
Hunter Lab56.167324.5980-5.1038
CIE-Lab62.967330.1158-9.5318

#c585aa color RGB value is (197,133,170).

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

The process color (four color CMYK) of #c585aa color hex is 0.00, 0.32, 0.14, 0.23. Web safe color of #c585aa is #cc9999. Color #c585aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000101 10101010
Octal 305 205 252
Decimal 197 133 170
Hex C5 85 AA

RGB Percentages of Color #c585aa

%39.40
%26.60
%34.00

CMYK Percentages of Color #c585aa

%0
%32
%14
%23

Triadic Colors of #c585aa

#c585aa #aac585 #85aac5

Analogous Colors of #c585aa

#c585aa #c5858a #c085c5

Monochromatic Colors of #c585aa

#c585aa

Complementary Color

#c585aa #85c5a0

#c585aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c585aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c585aa Color CSS Codes

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

#c585aa Text Font Color

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

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


#c585aa Background Color

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

This div background color is #c585aa


#c585aa Border Color

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

This div border color is #c585aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c585aa


Comments

No comments written yet.

Please login to write comment.