Color Hex Logo

#c601a3 Color Hex

#C601A3
(198,1,163)
0 Favorites   0 Comments

Color spaces of #c601a3

RGB 1981163
HSL0.860.990.39
HSV311°99°78°
CMYK 0.000.990.18   0.22
XYZ29.910414.671835.9058
Yxy14.67180.37160.1823
Hunter Lab38.303872.3542-28.7655
CIE-Lab45.181476.3804-32.6905

#c601a3 color RGB value is (198,1,163).

#c601a3 hex color red value is 198, green value is 1 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #c601a3 hue: 0.86 , saturation: 0.99 and the lightness value of c601a3 is 0.39.

The process color (four color CMYK) of #c601a3 color hex is 0.00, 0.99, 0.18, 0.22. Web safe color of #c601a3 is #cc0099. Color #c601a3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000001 10100011
Octal 306 1 243
Decimal 198 1 163
Hex C6 1 A3

RGB Percentages of Color #c601a3

%54.70
%0.28
%45.03

CMYK Percentages of Color #c601a3

%0
%99
%18
%22

Triadic Colors of #c601a3

#c601a3 #a3c601 #01a3c6

Analogous Colors of #c601a3

#c601a3 #c60141 #8701c6

Monochromatic Colors of #c601a3

#c601a3

Complementary Color

#c601a3 #01c624

#c601a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c601a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c601a3 Color CSS Codes

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

#c601a3 Text Font Color

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

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


#c601a3 Background Color

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

This div background color is #c601a3


#c601a3 Border Color

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

This div border color is #c601a3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,1,163, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c601a3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c601a3;
  -webkit-box-shadow: 1px 1px 3px 2px #c601a3;
  box-shadow:         1px 1px 3px 2px #c601a3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,1,163, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c601a3


Comments

No comments written yet.

Please login to write comment.