Color Hex Logo

#c43199 Color Hex

#C43199
(196,49,153)
0 Favorites   0 Comments

Color spaces of #c43199

RGB 19649153
HSL0.880.600.48
HSV318°75°77°
CMYK 0.000.750.22   0.23
XYZ29.613016.232331.7094
Yxy16.23230.38180.2093
Hunter Lab40.289360.6927-18.4612
CIE-Lab47.277866.2131-23.4685

#c43199 color RGB value is (196,49,153).

#c43199 hex color red value is 196, green value is 49 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #c43199 hue: 0.88 , saturation: 0.60 and the lightness value of c43199 is 0.48.

The process color (four color CMYK) of #c43199 color hex is 0.00, 0.75, 0.22, 0.23. Web safe color of #c43199 is #cc3399. Color #c43199 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110001 10011001
Octal 304 61 231
Decimal 196 49 153
Hex C4 31 99

RGB Percentages of Color #c43199

%49.25
%12.31
%38.44

CMYK Percentages of Color #c43199

%0
%75
%22
%23

Triadic Colors of #c43199

#c43199 #99c431 #3199c4

Analogous Colors of #c43199

#c43199 #c4314f #a631c4

Monochromatic Colors of #c43199

#c43199

Complementary Color

#c43199 #31c45c

#c43199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43199 Color CSS Codes

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

#c43199 Text Font Color

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

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


#c43199 Background Color

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

This div background color is #c43199


#c43199 Border Color

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

This div border color is #c43199


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,49,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c43199; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c43199;
  -webkit-box-shadow: 1px 1px 3px 2px #c43199;
  box-shadow:         1px 1px 3px 2px #c43199; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,49,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43199


Comments

No comments written yet.

Please login to write comment.