Color Hex Logo

#c349bd Color Hex

#C349BD
(195,73,189)
0 Favorites   0 Comments

Color spaces of #c349bd

RGB 19573189
HSL0.840.500.53
HSV303°63°76°
CMYK 0.000.630.03   0.24
XYZ34.073520.041350.2166
Yxy20.04130.32660.1921
Hunter Lab44.767557.5170-35.1695
CIE-Lab51.883962.5888-37.4816

#c349bd color RGB value is (195,73,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001001 10111101
Octal 303 111 275
Decimal 195 73 189
Hex C3 49 BD

RGB Percentages of Color #c349bd

%42.67
%15.97
%41.36

CMYK Percentages of Color #c349bd

%0
%63
%3
%24

Triadic Colors of #c349bd

#c349bd #bdc349 #49bdc3

Analogous Colors of #c349bd

#c349bd #c34980 #8c49c3

Monochromatic Colors of #c349bd

#c349bd

Complementary Color

#c349bd #49c34f

#c349bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c349bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c349bd Color CSS Codes

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

#c349bd Text Font Color

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

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


#c349bd Background Color

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

This div background color is #c349bd


#c349bd Border Color

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

This div border color is #c349bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c349bd


Comments

No comments written yet.

Please login to write comment.