Color Hex Logo

#c61aab Color Hex

#C61AAB
(198,26,171)
0 Favorites   0 Comments

Color spaces of #c61aab

RGB 19826171
HSL0.860.770.44
HSV309°87°78°
CMYK 0.000.870.14   0.22
XYZ31.008815.684839.9212
Yxy15.68480.35800.1811
Hunter Lab39.604070.4532-32.0420
CIE-Lab46.558274.5589-35.2866

#c61aab color RGB value is (198,26,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011010 10101011
Octal 306 32 253
Decimal 198 26 171
Hex C6 1A AB

RGB Percentages of Color #c61aab

%50.13
%6.58
%43.29

CMYK Percentages of Color #c61aab

%0
%87
%14
%22

Triadic Colors of #c61aab

#c61aab #abc61a #1aabc6

Analogous Colors of #c61aab

#c61aab #c61a55 #8b1ac6

Monochromatic Colors of #c61aab

#c61aab

Complementary Color

#c61aab #1ac635

#c61aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61aab Color CSS Codes

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

#c61aab Text Font Color

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

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


#c61aab Background Color

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

This div background color is #c61aab


#c61aab Border Color

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

This div border color is #c61aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61aab


Comments

No comments written yet.

Please login to write comment.