Color Hex Logo

#c349be Color Hex

#C349BE
(195,73,190)
0 Favorites   0 Comments

Color spaces of #c349be

RGB 19573190
HSL0.840.500.53
HSV302°63°76°
CMYK 0.000.630.03   0.24
XYZ34.182520.084950.7904
Yxy20.08490.32540.1912
Hunter Lab44.816257.7184-35.8223
CIE-Lab51.933162.7551-37.9831

#c349be color RGB value is (195,73,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001001 10111110
Octal 303 111 276
Decimal 195 73 190
Hex C3 49 BE

RGB Percentages of Color #c349be

%42.58
%15.94
%41.48

CMYK Percentages of Color #c349be

%0
%63
%3
%24

Triadic Colors of #c349be

#c349be #bec349 #49bec3

Analogous Colors of #c349be

#c349be #c34981 #8b49c3

Monochromatic Colors of #c349be

#c349be

Complementary Color

#c349be #49c34e

#c349be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c349be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c349be Color CSS Codes

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

#c349be Text Font Color

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

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


#c349be Background Color

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

This div background color is #c349be


#c349be Border Color

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

This div border color is #c349be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c349be


Comments

No comments written yet.

Please login to write comment.