Color Hex Logo

#c3149e Color Hex

#C3149E
(195,20,158)
0 Favorites   0 Comments

Color spaces of #c3149e

RGB 19520158
HSL0.870.810.42
HSV313°90°76°
CMYK 0.000.900.19   0.24
XYZ28.927414.571033.6356
Yxy14.57100.37500.1889
Hunter Lab38.172068.4695-25.5236
CIE-Lab45.040973.2185-29.9569

#c3149e color RGB value is (195,20,158).

#c3149e hex color red value is 195, green value is 20 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c3149e hue: 0.87 , saturation: 0.81 and the lightness value of c3149e is 0.42.

The process color (four color CMYK) of #c3149e color hex is 0.00, 0.90, 0.19, 0.24. Web safe color of #c3149e is #cc0099. Color #c3149e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010100 10011110
Octal 303 24 236
Decimal 195 20 158
Hex C3 14 9E

RGB Percentages of Color #c3149e

%52.28
%5.36
%42.36

CMYK Percentages of Color #c3149e

%0
%90
%19
%24

Triadic Colors of #c3149e

#c3149e #9ec314 #149ec3

Analogous Colors of #c3149e

#c3149e #c31447 #9114c3

Monochromatic Colors of #c3149e

#c3149e

Complementary Color

#c3149e #14c339

#c3149e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3149e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3149e Color CSS Codes

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

#c3149e Text Font Color

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

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


#c3149e Background Color

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

This div background color is #c3149e


#c3149e Border Color

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

This div border color is #c3149e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3149e


Comments

No comments written yet.

Please login to write comment.