Color Hex Logo

#c3198d Color Hex

#C3198D
(195,25,141)
0 Favorites   0 Comments

Color spaces of #c3198d

RGB 19525141
HSL0.890.770.43
HSV319°87°76°
CMYK 0.000.870.28   0.24
XYZ27.661014.220526.4862
Yxy14.22050.40460.2080
Hunter Lab37.710164.9402-15.2461
CIE-Lab44.547570.3639-20.4562

#c3198d color RGB value is (195,25,141).

#c3198d hex color red value is 195, green value is 25 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #c3198d hue: 0.89 , saturation: 0.77 and the lightness value of c3198d is 0.43.

The process color (four color CMYK) of #c3198d color hex is 0.00, 0.87, 0.28, 0.24. Web safe color of #c3198d is #cc0099. Color #c3198d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011001 10001101
Octal 303 31 215
Decimal 195 25 141
Hex C3 19 8D

RGB Percentages of Color #c3198d

%54.02
%6.93
%39.06

CMYK Percentages of Color #c3198d

%0
%87
%28
%24

Triadic Colors of #c3198d

#c3198d #8dc319 #198dc3

Analogous Colors of #c3198d

#c3198d #c31938 #a419c3

Monochromatic Colors of #c3198d

#c3198d

Complementary Color

#c3198d #19c34f

#c3198d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3198d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3198d Color CSS Codes

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

#c3198d Text Font Color

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

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


#c3198d Background Color

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

This div background color is #c3198d


#c3198d Border Color

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

This div border color is #c3198d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3198d


Comments

No comments written yet.

Please login to write comment.