Color Hex Logo

#c44271 Color Hex

#C44271
(196,66,113)
0 Favorites   0 Comments

Color spaces of #c44271

RGB 19666113
HSL0.940.520.51
HSV338°66°77°
CMYK 0.000.660.42   0.23
XYZ27.693816.824417.4106
Yxy16.82440.44720.2717
Hunter Lab41.017648.73703.5456
CIE-Lab48.038055.44951.8559

#c44271 color RGB value is (196,66,113).

#c44271 hex color red value is 196, green value is 66 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #c44271 hue: 0.94 , saturation: 0.52 and the lightness value of c44271 is 0.51.

The process color (four color CMYK) of #c44271 color hex is 0.00, 0.66, 0.42, 0.23. Web safe color of #c44271 is #cc3366. Color #c44271 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000010 01110001
Octal 304 102 161
Decimal 196 66 113
Hex C4 42 71

RGB Percentages of Color #c44271

%52.27
%17.60
%30.13

CMYK Percentages of Color #c44271

%0
%66
%42
%23

Triadic Colors of #c44271

#c44271 #71c442 #4271c4

Analogous Colors of #c44271

#c44271 #c45442 #c442b2

Monochromatic Colors of #c44271

#c44271

Complementary Color

#c44271 #42c495

#c44271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44271 Color CSS Codes

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

#c44271 Text Font Color

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

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


#c44271 Background Color

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

This div background color is #c44271


#c44271 Border Color

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

This div border color is #c44271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44271


Comments

No comments written yet.

Please login to write comment.