Color Hex Logo

#c449bd Color Hex

#C449BD
(196,73,189)
0 Favorites   0 Comments

Color spaces of #c449bd

RGB 19673189
HSL0.840.510.53
HSV303°63°77°
CMYK 0.000.630.04   0.23
XYZ34.332820.175050.2287
Yxy20.17500.32780.1926
Hunter Lab44.916657.8356-34.8604
CIE-Lab52.034562.8383-37.2343

#c449bd color RGB value is (196,73,189).

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

The process color (four color CMYK) of #c449bd color hex is 0.00, 0.63, 0.04, 0.23. Web safe color of #c449bd is #cc33cc. Color #c449bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001001 10111101
Octal 304 111 275
Decimal 196 73 189
Hex C4 49 BD

RGB Percentages of Color #c449bd

%42.79
%15.94
%41.27

CMYK Percentages of Color #c449bd

%0
%63
%4
%23

Triadic Colors of #c449bd

#c449bd #bdc449 #49bdc4

Analogous Colors of #c449bd

#c449bd #c44980 #8e49c4

Monochromatic Colors of #c449bd

#c449bd

Complementary Color

#c449bd #49c450

#c449bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c449bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c449bd Color CSS Codes

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

#c449bd Text Font Color

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

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


#c449bd Background Color

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

This div background color is #c449bd


#c449bd Border Color

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

This div border color is #c449bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c449bd


Comments

No comments written yet.

Please login to write comment.