Color Hex Logo

#c146ba Color Hex

#C146BA
(193,70,186)
0 Favorites   0 Comments

Color spaces of #c146ba

RGB 19370186
HSL0.840.500.52
HSV303°64°76°
CMYK 0.000.640.04   0.24
XYZ33.045419.262948.4308
Yxy19.26290.32800.1912
Hunter Lab43.889557.5900-34.7021
CIE-Lab50.993462.8182-37.1631

#c146ba color RGB value is (193,70,186).

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

The process color (four color CMYK) of #c146ba color hex is 0.00, 0.64, 0.04, 0.24. Web safe color of #c146ba is #cc33cc. Color #c146ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000110 10111010
Octal 301 106 272
Decimal 193 70 186
Hex C1 46 BA

RGB Percentages of Color #c146ba

%42.98
%15.59
%41.43

CMYK Percentages of Color #c146ba

%0
%64
%4
%24

Triadic Colors of #c146ba

#c146ba #bac146 #46bac1

Analogous Colors of #c146ba

#c146ba #c1467d #8b46c1

Monochromatic Colors of #c146ba

#c146ba

Complementary Color

#c146ba #46c14d

#c146ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c146ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c146ba Color CSS Codes

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

#c146ba Text Font Color

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

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


#c146ba Background Color

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

This div background color is #c146ba


#c146ba Border Color

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

This div border color is #c146ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c146ba


Comments

No comments written yet.

Please login to write comment.