Color Hex Logo

#c61cad Color Hex

#C61CAD
(198,28,173)
0 Favorites   0 Comments

Color spaces of #c61cad

RGB 19828173
HSL0.860.750.44
HSV309°86°78°
CMYK 0.000.860.13   0.22
XYZ31.246815.853440.9483
Yxy15.85340.35490.1801
Hunter Lab39.816370.4035-33.1042
CIE-Lab46.781674.4745-36.1187

#c61cad color RGB value is (198,28,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011100 10101101
Octal 306 34 255
Decimal 198 28 173
Hex C6 1C AD

RGB Percentages of Color #c61cad

%49.62
%7.02
%43.36

CMYK Percentages of Color #c61cad

%0
%86
%13
%22

Triadic Colors of #c61cad

#c61cad #adc61c #1cadc6

Analogous Colors of #c61cad

#c61cad #c61c58 #8a1cc6

Monochromatic Colors of #c61cad

#c61cad

Complementary Color

#c61cad #1cc635

#c61cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61cad Color CSS Codes

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

#c61cad Text Font Color

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

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


#c61cad Background Color

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

This div background color is #c61cad


#c61cad Border Color

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

This div border color is #c61cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61cad


Comments

No comments written yet.

Please login to write comment.