color codes Logo

#c63cab color codes

#C63CAB
(198,60,171)
0 Favorites   0 Comments

Color spaces of #c63cab

RGB 19860171
HSL0.870.550.51
HSV312°70°78°
CMYK 0.000.700.14   0.22
XYZ32.255218.177840.3367
Yxy18.17780.35540.2003
Hunter Lab42.635460.4295-26.2485
CIE-Lab49.711165.5204-30.3455

#c63cab color RGB value is (198,60,171).

#c63cab hex color red value is 198, green value is 60 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c63cab hue: 0.87 , saturation: 0.55 and the lightness value of c63cab is 0.51.

The process color (four color CMYK) of #c63cab color code is 0.00, 0.70, 0.14, 0.22. Web safe color of #c63cab is #cc3399. Color #c63cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111100 10101011
Octal 306 74 253
Decimal 198 60 171
Hex C6 3C AB

RGB Percentages of Color #c63cab

%46.15
%13.99
%39.86

CMYK Percentages of Color #c63cab

%0
%70
%14
%22

Triadic Colors of #c63cab

#c63cab #abc63c #3cabc6

Analogous Colors of #c63cab

#c63cab #c63c66 #9c3cc6

Monochromatic Colors of #c63cab

#c63cab

Complementary Color

#c63cab #3cc657

#c63cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63cab Color CSS Codes

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

#c63cab Text Font Color

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

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


#c63cab Background Color

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

This div background color is #c63cab


#c63cab Border Color

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

This div border color is #c63cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63cab


Comments

No comments written yet.

Please login to write comment.