Color Hex Logo

#c249bc Color Hex

#C249BC
(194,73,188)
0 Favorites   0 Comments

Color spaces of #c249bc

RGB 19473188
HSL0.840.500.52
HSV303°62°76°
CMYK 0.000.620.03   0.24
XYZ33.707819.865349.6347
Yxy19.86530.32660.1925
Hunter Lab44.570556.9977-34.8273
CIE-Lab51.684662.1725-37.2260

#c249bc color RGB value is (194,73,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001001 10111100
Octal 302 111 274
Decimal 194 73 188
Hex C2 49 BC

RGB Percentages of Color #c249bc

%42.64
%16.04
%41.32

CMYK Percentages of Color #c249bc

%0
%62
%3
%24

Triadic Colors of #c249bc

#c249bc #bcc249 #49bcc2

Analogous Colors of #c249bc

#c249bc #c24980 #8c49c2

Monochromatic Colors of #c249bc

#c249bc

Complementary Color

#c249bc #49c24f

#c249bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c249bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c249bc Color CSS Codes

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

#c249bc Text Font Color

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

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


#c249bc Background Color

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

This div background color is #c249bc


#c249bc Border Color

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

This div border color is #c249bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c249bc


Comments

No comments written yet.

Please login to write comment.