Color Hex Logo

#c446ba Color Hex

#C446BA
(196,70,186)
0 Favorites   0 Comments

Color spaces of #c446ba

RGB 19670186
HSL0.850.520.52
HSV305°64°77°
CMYK 0.000.640.05   0.23
XYZ33.818019.661348.4670
Yxy19.66130.33170.1929
Hunter Lab44.341158.5413-33.7682
CIE-Lab51.452163.5599-36.4102

#c446ba color RGB value is (196,70,186).

#c446ba hex color red value is 196, green value is 70 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c446ba hue: 0.85 , saturation: 0.52 and the lightness value of c446ba is 0.52.

The process color (four color CMYK) of #c446ba color hex is 0.00, 0.64, 0.05, 0.23. Web safe color of #c446ba is #cc33cc. Color #c446ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000110 10111010
Octal 304 106 272
Decimal 196 70 186
Hex C4 46 BA

RGB Percentages of Color #c446ba

%43.36
%15.49
%41.15

CMYK Percentages of Color #c446ba

%0
%64
%5
%23

Triadic Colors of #c446ba

#c446ba #bac446 #46bac4

Analogous Colors of #c446ba

#c446ba #c4467b #8f46c4

Monochromatic Colors of #c446ba

#c446ba

Complementary Color

#c446ba #46c450

#c446ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c446ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c446ba Color CSS Codes

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

#c446ba Text Font Color

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

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


#c446ba Background Color

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

This div background color is #c446ba


#c446ba Border Color

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

This div border color is #c446ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,70,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c446ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c446ba


Comments

No comments written yet.

Please login to write comment.