Color Hex Logo

#c749bd Color Hex

#C749BD
(199,73,189)
0 Favorites   0 Comments

Color spaces of #c749bd

RGB 19973189
HSL0.850.530.53
HSV305°63°78°
CMYK 0.000.630.05   0.22
XYZ35.121020.581350.2656
Yxy20.58130.33140.1942
Hunter Lab45.366658.7959-33.9359
CIE-Lab52.488263.5872-36.4899

#c749bd color RGB value is (199,73,189).

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

The process color (four color CMYK) of #c749bd color hex is 0.00, 0.63, 0.05, 0.22. Web safe color of #c749bd is #cc33cc. Color #c749bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001001 10111101
Octal 307 111 275
Decimal 199 73 189
Hex C7 49 BD

RGB Percentages of Color #c749bd

%43.17
%15.84
%41.00

CMYK Percentages of Color #c749bd

%0
%63
%5
%22

Triadic Colors of #c749bd

#c749bd #bdc749 #49bdc7

Analogous Colors of #c749bd

#c749bd #c7497e #9249c7

Monochromatic Colors of #c749bd

#c749bd

Complementary Color

#c749bd #49c753

#c749bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c749bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c749bd Color CSS Codes

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

#c749bd Text Font Color

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

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


#c749bd Background Color

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

This div background color is #c749bd


#c749bd Border Color

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

This div border color is #c749bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c749bd


Comments

No comments written yet.

Please login to write comment.