Color Hex Logo

#c249bb Color Hex

#C249BB
(194,73,187)
0 Favorites   0 Comments

Color spaces of #c249bb

RGB 19473187
HSL0.840.500.52
HSV303°62°76°
CMYK 0.000.620.04   0.24
XYZ33.600319.822349.0689
Yxy19.82230.32780.1934
Hunter Lab44.522256.7975-34.1792
CIE-Lab51.635762.0066-36.7232

#c249bb color RGB value is (194,73,187).

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

The process color (four color CMYK) of #c249bb color hex is 0.00, 0.62, 0.04, 0.24. Web safe color of #c249bb is #cc33cc. Color #c249bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001001 10111011
Octal 302 111 273
Decimal 194 73 187
Hex C2 49 BB

RGB Percentages of Color #c249bb

%42.73
%16.08
%41.19

CMYK Percentages of Color #c249bb

%0
%62
%4
%24

Triadic Colors of #c249bb

#c249bb #bbc249 #49bbc2

Analogous Colors of #c249bb

#c249bb #c2497f #8d49c2

Monochromatic Colors of #c249bb

#c249bb

Complementary Color

#c249bb #49c250

#c249bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c249bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c249bb Color CSS Codes

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

#c249bb Text Font Color

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

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


#c249bb Background Color

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

This div background color is #c249bb


#c249bb Border Color

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

This div border color is #c249bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,73,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c249bb


Comments

No comments written yet.

Please login to write comment.