Color Hex Logo

#c63fad Color Hex

#C63FAD
(198,63,173)
0 Favorites   0 Comments

Color spaces of #c63fad

RGB 19863173
HSL0.860.540.51
HSV311°68°78°
CMYK 0.000.680.13   0.22
XYZ32.609018.577941.4024
Yxy18.57790.35220.2006
Hunter Lab43.102159.6160-26.7805
CIE-Lab50.189764.7279-30.7744

#c63fad color RGB value is (198,63,173).

#c63fad hex color red value is 198, green value is 63 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c63fad hue: 0.86 , saturation: 0.54 and the lightness value of c63fad is 0.51.

The process color (four color CMYK) of #c63fad color hex is 0.00, 0.68, 0.13, 0.22. Web safe color of #c63fad is #cc3399. Color #c63fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111111 10101101
Octal 306 77 255
Decimal 198 63 173
Hex C6 3F AD

RGB Percentages of Color #c63fad

%45.62
%14.52
%39.86

CMYK Percentages of Color #c63fad

%0
%68
%13
%22

Triadic Colors of #c63fad

#c63fad #adc63f #3fadc6

Analogous Colors of #c63fad

#c63fad #c63f6a #9c3fc6

Monochromatic Colors of #c63fad

#c63fad

Complementary Color

#c63fad #3fc658

#c63fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63fad Color CSS Codes

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

#c63fad Text Font Color

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

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


#c63fad Background Color

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

This div background color is #c63fad


#c63fad Border Color

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

This div border color is #c63fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63fad


Comments

No comments written yet.

Please login to write comment.