Color Hex Logo

#c43faf Color Hex

#C43FAF
(196,63,175)
0 Favorites   0 Comments

Color spaces of #c43faf

RGB 19663175
HSL0.860.530.51
HSV309°68°77°
CMYK 0.000.680.11   0.23
XYZ32.280318.385942.4049
Yxy18.38590.34680.1975
Hunter Lab42.878859.3417-28.6196
CIE-Lab49.960964.5341-32.3290

#c43faf color RGB value is (196,63,175).

#c43faf hex color red value is 196, green value is 63 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c43faf hue: 0.86 , saturation: 0.53 and the lightness value of c43faf is 0.51.

The process color (four color CMYK) of #c43faf color hex is 0.00, 0.68, 0.11, 0.23. Web safe color of #c43faf is #cc3399. Color #c43faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111111 10101111
Octal 304 77 257
Decimal 196 63 175
Hex C4 3F AF

RGB Percentages of Color #c43faf

%45.16
%14.52
%40.32

CMYK Percentages of Color #c43faf

%0
%68
%11
%23

Triadic Colors of #c43faf

#c43faf #afc43f #3fafc4

Analogous Colors of #c43faf

#c43faf #c43f6d #973fc4

Monochromatic Colors of #c43faf

#c43faf

Complementary Color

#c43faf #3fc454

#c43faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43faf Color CSS Codes

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

#c43faf Text Font Color

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

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


#c43faf Background Color

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

This div background color is #c43faf


#c43faf Border Color

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

This div border color is #c43faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43faf


Comments

No comments written yet.

Please login to write comment.