Color Hex Logo

#c3608e Color Hex

#C3608E
(195,96,142)
0 Favorites   0 Comments

Color spaces of #c3608e

RGB 19596142
HSL0.920.450.57
HSV332°51°76°
CMYK 0.000.510.27   0.24
XYZ31.571021.920828.1584
Yxy21.92080.38670.2685
Hunter Lab46.819738.4301-2.8846
CIE-Lab53.942944.7962-6.8313

#c3608e color RGB value is (195,96,142).

#c3608e hex color red value is 195, green value is 96 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c3608e hue: 0.92 , saturation: 0.45 and the lightness value of c3608e is 0.57.

The process color (four color CMYK) of #c3608e color hex is 0.00, 0.51, 0.27, 0.24. Web safe color of #c3608e is #cc6699. Color #c3608e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100000 10001110
Octal 303 140 216
Decimal 195 96 142
Hex C3 60 8E

RGB Percentages of Color #c3608e

%45.03
%22.17
%32.79

CMYK Percentages of Color #c3608e

%0
%51
%27
%24

Triadic Colors of #c3608e

#c3608e #8ec360 #608ec3

Analogous Colors of #c3608e

#c3608e #c36460 #c360c0

Monochromatic Colors of #c3608e

#c3608e

Complementary Color

#c3608e #60c395

#c3608e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3608e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3608e Color CSS Codes

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

#c3608e Text Font Color

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

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


#c3608e Background Color

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

This div background color is #c3608e


#c3608e Border Color

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

This div border color is #c3608e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3608e


Comments

No comments written yet.

Please login to write comment.