Color Hex Logo

#c3328f Color Hex

#C3328F
(195,50,143)
0 Favorites   0 Comments

Color spaces of #c3328f

RGB 19550143
HSL0.890.590.48
HSV322°74°76°
CMYK 0.000.740.27   0.24
XYZ28.604215.866527.5415
Yxy15.86650.39720.2203
Hunter Lab39.832858.4748-13.1118
CIE-Lab46.798964.3839-18.2112

#c3328f color RGB value is (195,50,143).

#c3328f hex color red value is 195, green value is 50 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #c3328f hue: 0.89 , saturation: 0.59 and the lightness value of c3328f is 0.48.

The process color (four color CMYK) of #c3328f color hex is 0.00, 0.74, 0.27, 0.24. Web safe color of #c3328f is #cc3399. Color #c3328f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110010 10001111
Octal 303 62 217
Decimal 195 50 143
Hex C3 32 8F

RGB Percentages of Color #c3328f

%50.26
%12.89
%36.86

CMYK Percentages of Color #c3328f

%0
%74
%27
%24

Triadic Colors of #c3328f

#c3328f #8fc332 #328fc3

Analogous Colors of #c3328f

#c3328f #c33246 #af32c3

Monochromatic Colors of #c3328f

#c3328f

Complementary Color

#c3328f #32c366

#c3328f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3328f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3328f Color CSS Codes

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

#c3328f Text Font Color

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

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


#c3328f Background Color

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

This div background color is #c3328f


#c3328f Border Color

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

This div border color is #c3328f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3328f


Comments

No comments written yet.

Please login to write comment.