Color Hex Logo

#c505ac Color Hex

#C505AC
(197,5,172)
0 Favorites   0 Comments

Color spaces of #c505ac

RGB 1975172
HSL0.860.950.40
HSV308°97°77°
CMYK 0.000.970.13   0.23
XYZ30.526614.957440.3079
Yxy14.95740.35580.1743
Hunter Lab38.674873.2118-34.7213
CIE-Lab45.575876.9999-37.4411

#c505ac color RGB value is (197,5,172).

#c505ac hex color red value is 197, green value is 5 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c505ac hue: 0.86 , saturation: 0.95 and the lightness value of c505ac is 0.40.

The process color (four color CMYK) of #c505ac color hex is 0.00, 0.97, 0.13, 0.23. Web safe color of #c505ac is #cc0099. Color #c505ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000101 10101100
Octal 305 5 254
Decimal 197 5 172
Hex C5 5 AC

RGB Percentages of Color #c505ac

%52.67
%1.34
%45.99

CMYK Percentages of Color #c505ac

%0
%97
%13
%23

Triadic Colors of #c505ac

#c505ac #acc505 #05acc5

Analogous Colors of #c505ac

#c505ac #c5054c #7e05c5

Monochromatic Colors of #c505ac

#c505ac

Complementary Color

#c505ac #05c51e

#c505ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c505ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c505ac Color CSS Codes

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

#c505ac Text Font Color

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

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


#c505ac Background Color

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

This div background color is #c505ac


#c505ac Border Color

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

This div border color is #c505ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c505ac


Comments

No comments written yet.

Please login to write comment.