Color Hex Logo

#c43568 Color Hex

#C43568
(196,53,104)
0 Favorites   0 Comments

Color spaces of #c43568

RGB 19653104
HSL0.940.570.49
HSV339°73°77°
CMYK 0.000.730.47   0.23
XYZ26.536715.281414.6477
Yxy15.28140.47000.2706
Hunter Lab39.091452.76245.1478
CIE-Lab46.017259.47744.4477

#c43568 color RGB value is (196,53,104).

#c43568 hex color red value is 196, green value is 53 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #c43568 hue: 0.94 , saturation: 0.57 and the lightness value of c43568 is 0.49.

The process color (four color CMYK) of #c43568 color hex is 0.00, 0.73, 0.47, 0.23. Web safe color of #c43568 is #cc3366. Color #c43568 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110101 01101000
Octal 304 65 150
Decimal 196 53 104
Hex C4 35 68

RGB Percentages of Color #c43568

%55.52
%15.01
%29.46

CMYK Percentages of Color #c43568

%0
%73
%47
%23

Triadic Colors of #c43568

#c43568 #68c435 #3568c4

Analogous Colors of #c43568

#c43568 #c44a35 #c435b0

Monochromatic Colors of #c43568

#c43568

Complementary Color

#c43568 #35c491

#c43568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43568 Color CSS Codes

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

#c43568 Text Font Color

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

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


#c43568 Background Color

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

This div background color is #c43568


#c43568 Border Color

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

This div border color is #c43568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43568

#c43568 Color Palettes


Comments

No comments written yet.

Please login to write comment.