Color Hex Logo

#c3365e Color Hex

#C3365E
(195,54,94)
0 Favorites   0 Comments

Color spaces of #c3365e

RGB 1955494
HSL0.950.570.49
HSV343°72°76°
CMYK 0.000.720.52   0.24
XYZ25.845215.048612.1321
Yxy15.04860.48740.2838
Hunter Lab38.792551.03728.6122
CIE-Lab45.700757.978210.1406

#c3365e color RGB value is (195,54,94).

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

The process color (four color CMYK) of #c3365e color hex is 0.00, 0.72, 0.52, 0.24. Web safe color of #c3365e is #cc3366. Color #c3365e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110110 01011110
Octal 303 66 136
Decimal 195 54 94
Hex C3 36 5E

RGB Percentages of Color #c3365e

%56.85
%15.74
%27.41

CMYK Percentages of Color #c3365e

%0
%72
%52
%24

Triadic Colors of #c3365e

#c3365e #5ec336 #365ec3

Analogous Colors of #c3365e

#c3365e #c35436 #c336a5

Monochromatic Colors of #c3365e

#c3365e

Complementary Color

#c3365e #36c39b

#c3365e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3365e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3365e Color CSS Codes

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

#c3365e Text Font Color

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

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


#c3365e Background Color

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

This div background color is #c3365e


#c3365e Border Color

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

This div border color is #c3365e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3365e


Comments

No comments written yet.

Please login to write comment.