color codes Logo

#c565ac color codes

#C565AC
(197,101,172)
0 Favorites   0 Comments

Color spaces of #c565ac

RGB 197101172
HSL0.880.450.58
HSV316°49°77°
CMYK 0.000.490.13   0.23
XYZ35.126024.156241.8410
Yxy24.15620.34740.2389
Hunter Lab49.149041.5605-16.0699
CIE-Lab56.243847.4159-20.8460

#c565ac color RGB value is (197,101,172).

#c565ac hex color red value is 197, green value is 101 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c565ac hue: 0.88 , saturation: 0.45 and the lightness value of c565ac is 0.58.

The process color (four color CMYK) of #c565ac color code is 0.00, 0.49, 0.13, 0.23. Web safe color of #c565ac is #cc6699. Color #c565ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100101 10101100
Octal 305 145 254
Decimal 197 101 172
Hex C5 65 AC

RGB Percentages of Color #c565ac

%41.91
%21.49
%36.60

CMYK Percentages of Color #c565ac

%0
%49
%13
%23

Triadic Colors of #c565ac

#c565ac #acc565 #65acc5

Analogous Colors of #c565ac

#c565ac #c5657c #ae65c5

Monochromatic Colors of #c565ac

#c565ac

Complementary Color

#c565ac #65c57e

#c565ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c565ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c565ac Color CSS Codes

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

#c565ac Text Font Color

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

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


#c565ac Background Color

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

This div background color is #c565ac


#c565ac Border Color

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

This div border color is #c565ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c565ac


Comments

No comments written yet.

Please login to write comment.