Color Hex Logo

#c44868 Color Hex

#C44868
(196,72,104)
0 Favorites   0 Comments

Color spaces of #c44868

RGB 19672104
HSL0.960.510.53
HSV345°63°77°
CMYK 0.000.630.47   0.23
XYZ27.581017.370014.9958
Yxy17.37000.46010.2898
Hunter Lab41.677345.19147.8412
CIE-Lab48.722952.04688.3072

#c44868 color RGB value is (196,72,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001000 01101000
Octal 304 110 150
Decimal 196 72 104
Hex C4 48 68

RGB Percentages of Color #c44868

%52.69
%19.35
%27.96

CMYK Percentages of Color #c44868

%0
%63
%47
%23

Triadic Colors of #c44868

#c44868 #68c448 #4868c4

Analogous Colors of #c44868

#c44868 #c46648 #c448a6

Monochromatic Colors of #c44868

#c44868

Complementary Color

#c44868 #48c4a4

#c44868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44868 Color CSS Codes

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

#c44868 Text Font Color

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

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


#c44868 Background Color

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

This div background color is #c44868


#c44868 Border Color

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

This div border color is #c44868


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,72,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 #c44868">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44868


Comments

No comments written yet.

Please login to write comment.