Color Hex Logo

#c246ab Color Hex

#C246AB
(194,70,171)
0 Favorites   0 Comments

Color spaces of #c246ab

RGB 19470171
HSL0.860.500.52
HSV311°64°76°
CMYK 0.000.640.12   0.24
XYZ31.789018.789940.4794
Yxy18.78990.34910.2064
Hunter Lab43.347355.0462-25.0242
CIE-Lab50.440560.6879-29.2571

#c246ab color RGB value is (194,70,171).

#c246ab hex color red value is 194, green value is 70 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c246ab hue: 0.86 , saturation: 0.50 and the lightness value of c246ab is 0.52.

The process color (four color CMYK) of #c246ab color hex is 0.00, 0.64, 0.12, 0.24. Web safe color of #c246ab is #cc3399. Color #c246ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000110 10101011
Octal 302 106 253
Decimal 194 70 171
Hex C2 46 AB

RGB Percentages of Color #c246ab

%44.60
%16.09
%39.31

CMYK Percentages of Color #c246ab

%0
%64
%12
%24

Triadic Colors of #c246ab

#c246ab #abc246 #46abc2

Analogous Colors of #c246ab

#c246ab #c2466d #9b46c2

Monochromatic Colors of #c246ab

#c246ab

Complementary Color

#c246ab #46c25d

#c246ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c246ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c246ab Color CSS Codes

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

#c246ab Text Font Color

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

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


#c246ab Background Color

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

This div background color is #c246ab


#c246ab Border Color

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

This div border color is #c246ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c246ab


Comments

No comments written yet.

Please login to write comment.