Color Hex Logo

#c246ad Color Hex

#C246AD
(194,70,173)
0 Favorites   0 Comments

Color spaces of #c246ad

RGB 19470173
HSL0.860.500.52
HSV310°64°76°
CMYK 0.000.640.11   0.24
XYZ31.981118.866841.4912
Yxy18.86680.34630.2043
Hunter Lab43.435955.4135-26.2303
CIE-Lab50.531060.9954-30.2894

#c246ad color RGB value is (194,70,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000110 10101101
Octal 302 106 255
Decimal 194 70 173
Hex C2 46 AD

RGB Percentages of Color #c246ad

%44.39
%16.02
%39.59

CMYK Percentages of Color #c246ad

%0
%64
%11
%24

Triadic Colors of #c246ad

#c246ad #adc246 #46adc2

Analogous Colors of #c246ad

#c246ad #c2466f #9946c2

Monochromatic Colors of #c246ad

#c246ad

Complementary Color

#c246ad #46c25b

#c246ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c246ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c246ad Color CSS Codes

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

#c246ad Text Font Color

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

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


#c246ad Background Color

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

This div background color is #c246ad


#c246ad Border Color

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

This div border color is #c246ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c246ad


Comments

No comments written yet.

Please login to write comment.