Color Hex Logo

#c603a8 Color Hex

#C603A8
(198,3,168)
0 Favorites   0 Comments

Color spaces of #c603a8

RGB 1983168
HSL0.860.970.39
HSV309°98°78°
CMYK 0.000.980.15   0.22
XYZ30.389114.898038.3197
Yxy14.89800.36350.1782
Hunter Lab38.597972.9911-31.8441
CIE-Lab45.494276.8368-35.1808

#c603a8 color RGB value is (198,3,168).

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

The process color (four color CMYK) of #c603a8 color hex is 0.00, 0.98, 0.15, 0.22. Web safe color of #c603a8 is #cc0099. Color #c603a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000011 10101000
Octal 306 3 250
Decimal 198 3 168
Hex C6 3 A8

RGB Percentages of Color #c603a8

%53.66
%0.81
%45.53

CMYK Percentages of Color #c603a8

%0
%98
%15
%22

Triadic Colors of #c603a8

#c603a8 #a8c603 #03a8c6

Analogous Colors of #c603a8

#c603a8 #c60346 #8303c6

Monochromatic Colors of #c603a8

#c603a8

Complementary Color

#c603a8 #03c621

#c603a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c603a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c603a8 Color CSS Codes

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

#c603a8 Text Font Color

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

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


#c603a8 Background Color

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

This div background color is #c603a8


#c603a8 Border Color

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

This div border color is #c603a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c603a8


Comments

No comments written yet.

Please login to write comment.