Color Hex Logo

#c147bd Color Hex

#C147BD
(193,71,189)
0 Favorites   0 Comments

Color spaces of #c147bd

RGB 19371189
HSL0.840.500.52
HSV302°63°76°
CMYK 0.000.630.02   0.24
XYZ33.430919.518150.1495
Yxy19.51810.32430.1893
Hunter Lab44.179357.7589-36.3767
CIE-Lab51.287962.9104-38.4402

#c147bd color RGB value is (193,71,189).

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

The process color (four color CMYK) of #c147bd color hex is 0.00, 0.63, 0.02, 0.24. Web safe color of #c147bd is #cc33cc. Color #c147bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000111 10111101
Octal 301 107 275
Decimal 193 71 189
Hex C1 47 BD

RGB Percentages of Color #c147bd

%42.60
%15.67
%41.72

CMYK Percentages of Color #c147bd

%0
%63
%2
%24

Triadic Colors of #c147bd

#c147bd #bdc147 #47bdc1

Analogous Colors of #c147bd

#c147bd #c14780 #8847c1

Monochromatic Colors of #c147bd

#c147bd

Complementary Color

#c147bd #47c14b

#c147bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c147bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c147bd Color CSS Codes

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

#c147bd Text Font Color

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

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


#c147bd Background Color

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

This div background color is #c147bd


#c147bd Border Color

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

This div border color is #c147bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,71,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c147bd


Comments

No comments written yet.

Please login to write comment.