Color Hex Logo

#c247bd Color Hex

#C247BD
(194,71,189)
0 Favorites   0 Comments

Color spaces of #c247bd

RGB 19471189
HSL0.840.500.52
HSV302°63°76°
CMYK 0.000.630.03   0.24
XYZ33.686719.649950.1614
Yxy19.64990.32550.1899
Hunter Lab44.328258.0746-36.0623
CIE-Lab51.439063.1570-38.1919

#c247bd color RGB value is (194,71,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000111 10111101
Octal 302 107 275
Decimal 194 71 189
Hex C2 47 BD

RGB Percentages of Color #c247bd

%42.73
%15.64
%41.63

CMYK Percentages of Color #c247bd

%0
%63
%3
%24

Triadic Colors of #c247bd

#c247bd #bdc247 #47bdc2

Analogous Colors of #c247bd

#c247bd #c24780 #8a47c2

Monochromatic Colors of #c247bd

#c247bd

Complementary Color

#c247bd #47c24c

#c247bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c247bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c247bd Color CSS Codes

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

#c247bd Text Font Color

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

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


#c247bd Background Color

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

This div background color is #c247bd


#c247bd Border Color

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

This div border color is #c247bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c247bd


Comments

No comments written yet.

Please login to write comment.