Color Hex Logo

#c3349f Color Hex

#C3349F
(195,52,159)
0 Favorites   0 Comments

Color spaces of #c3349f

RGB 19552159
HSL0.880.580.48
HSV315°73°76°
CMYK 0.000.730.18   0.24
XYZ29.991716.561334.4168
Yxy16.56130.37040.2045
Hunter Lab40.695660.3331-21.6555
CIE-Lab47.702465.8215-26.4068

#c3349f color RGB value is (195,52,159).

#c3349f hex color red value is 195, green value is 52 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c3349f hue: 0.88 , saturation: 0.58 and the lightness value of c3349f is 0.48.

The process color (four color CMYK) of #c3349f color hex is 0.00, 0.73, 0.18, 0.24. Web safe color of #c3349f is #cc3399. Color #c3349f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110100 10011111
Octal 303 64 237
Decimal 195 52 159
Hex C3 34 9F

RGB Percentages of Color #c3349f

%48.03
%12.81
%39.16

CMYK Percentages of Color #c3349f

%0
%73
%18
%24

Triadic Colors of #c3349f

#c3349f #9fc334 #349fc3

Analogous Colors of #c3349f

#c3349f #c33457 #a034c3

Monochromatic Colors of #c3349f

#c3349f

Complementary Color

#c3349f #34c358

#c3349f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3349f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3349f Color CSS Codes

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

#c3349f Text Font Color

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

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


#c3349f Background Color

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

This div background color is #c3349f


#c3349f Border Color

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

This div border color is #c3349f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3349f


Comments

No comments written yet.

Please login to write comment.