Color Hex Logo

#c61cab Color Hex

#C61CAB
(198,28,171)
0 Favorites   0 Comments

Color spaces of #c61cab

RGB 19828171
HSL0.860.750.44
HSV310°86°78°
CMYK 0.000.860.14   0.22
XYZ31.054615.776539.9365
Yxy15.77650.35790.1818
Hunter Lab39.719670.0499-31.8100
CIE-Lab46.679974.2038-35.0951

#c61cab color RGB value is (198,28,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011100 10101011
Octal 306 34 253
Decimal 198 28 171
Hex C6 1C AB

RGB Percentages of Color #c61cab

%49.87
%7.05
%43.07

CMYK Percentages of Color #c61cab

%0
%86
%14
%22

Triadic Colors of #c61cab

#c61cab #abc61c #1cabc6

Analogous Colors of #c61cab

#c61cab #c61c56 #8c1cc6

Monochromatic Colors of #c61cab

#c61cab

Complementary Color

#c61cab #1cc637

#c61cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61cab Color CSS Codes

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

#c61cab Text Font Color

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

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


#c61cab Background Color

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

This div background color is #c61cab


#c61cab Border Color

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

This div border color is #c61cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61cab


Comments

No comments written yet.

Please login to write comment.