Color Hex Logo

#c3357f Color Hex

#C3357F
(195,53,127)
0 Favorites   0 Comments

Color spaces of #c3357f

RGB 19553127
HSL0.910.570.49
HSV329°73°76°
CMYK 0.000.730.35   0.24
XYZ27.609515.680621.6501
Yxy15.68060.42520.2415
Hunter Lab39.598755.1581-4.6969
CIE-Lab46.552661.5154-8.8844

#c3357f color RGB value is (195,53,127).

#c3357f hex color red value is 195, green value is 53 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #c3357f hue: 0.91 , saturation: 0.57 and the lightness value of c3357f is 0.49.

The process color (four color CMYK) of #c3357f color hex is 0.00, 0.73, 0.35, 0.24. Web safe color of #c3357f is #cc3366. Color #c3357f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110101 01111111
Octal 303 65 177
Decimal 195 53 127
Hex C3 35 7F

RGB Percentages of Color #c3357f

%52.00
%14.13
%33.87

CMYK Percentages of Color #c3357f

%0
%73
%35
%24

Triadic Colors of #c3357f

#c3357f #7fc335 #357fc3

Analogous Colors of #c3357f

#c3357f #c33538 #c035c3

Monochromatic Colors of #c3357f

#c3357f

Complementary Color

#c3357f #35c379

#c3357f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3357f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3357f Color CSS Codes

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

#c3357f Text Font Color

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

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


#c3357f Background Color

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

This div background color is #c3357f


#c3357f Border Color

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

This div border color is #c3357f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3357f


Comments

No comments written yet.

Please login to write comment.