Color Hex Logo

#c349bb Color Hex

#C349BB
(195,73,187)
0 Favorites   0 Comments

Color spaces of #c349bb

RGB 19573187
HSL0.840.500.53
HSV304°63°76°
CMYK 0.000.630.04   0.24
XYZ33.857919.955049.0809
Yxy19.95500.32910.1939
Hunter Lab44.671057.1178-33.8733
CIE-Lab51.786362.2586-36.4760

#c349bb color RGB value is (195,73,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001001 10111011
Octal 303 111 273
Decimal 195 73 187
Hex C3 49 BB

RGB Percentages of Color #c349bb

%42.86
%16.04
%41.10

CMYK Percentages of Color #c349bb

%0
%63
%4
%24

Triadic Colors of #c349bb

#c349bb #bbc349 #49bbc3

Analogous Colors of #c349bb

#c349bb #c3497e #8e49c3

Monochromatic Colors of #c349bb

#c349bb

Complementary Color

#c349bb #49c351

#c349bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c349bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c349bb Color CSS Codes

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

#c349bb Text Font Color

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

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


#c349bb Background Color

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

This div background color is #c349bb


#c349bb Border Color

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

This div border color is #c349bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c349bb


Comments

No comments written yet.

Please login to write comment.