Color Hex Logo

#c585a1 Color Hex

#C585A1
(197,133,161)
0 Favorites   0 Comments

Color spaces of #c585a1

RGB 197133161
HSL0.930.360.65
HSV334°32°77°
CMYK 0.000.320.18   0.23
XYZ37.846531.218637.7493
Yxy31.21860.35430.2923
Hunter Lab55.873623.1298-0.9460
CIE-Lab62.691728.6573-4.8257

#c585a1 color RGB value is (197,133,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000101 10100001
Octal 305 205 241
Decimal 197 133 161
Hex C5 85 A1

RGB Percentages of Color #c585a1

%40.12
%27.09
%32.79

CMYK Percentages of Color #c585a1

%0
%32
%18
%23

Triadic Colors of #c585a1

#c585a1 #a1c585 #85a1c5

Analogous Colors of #c585a1

#c585a1 #c58985 #c585c1

Monochromatic Colors of #c585a1

#c585a1

Complementary Color

#c585a1 #85c5a9

#c585a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c585a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c585a1 Color CSS Codes

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

#c585a1 Text Font Color

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

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


#c585a1 Background Color

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

This div background color is #c585a1


#c585a1 Border Color

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

This div border color is #c585a1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,133,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c585a1


Comments

No comments written yet.

Please login to write comment.