Color Hex Logo

#c44174 Color Hex

#C44174
(196,65,116)
0 Favorites   0 Comments

Color spaces of #c44174

RGB 19665116
HSL0.940.530.51
HSV337°67°77°
CMYK 0.000.670.41   0.23
XYZ27.807616.777318.2957
Yxy16.77730.44220.2668
Hunter Lab40.960149.50252.1889
CIE-Lab47.978256.1608-0.0565

#c44174 color RGB value is (196,65,116).

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

The process color (four color CMYK) of #c44174 color hex is 0.00, 0.67, 0.41, 0.23. Web safe color of #c44174 is #cc3366. Color #c44174 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000001 01110100
Octal 304 101 164
Decimal 196 65 116
Hex C4 41 74

RGB Percentages of Color #c44174

%51.99
%17.24
%30.77

CMYK Percentages of Color #c44174

%0
%67
%41
%23

Triadic Colors of #c44174

#c44174 #74c441 #4174c4

Analogous Colors of #c44174

#c44174 #c44f41 #c441b6

Monochromatic Colors of #c44174

#c44174

Complementary Color

#c44174 #41c491

#c44174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44174 Color CSS Codes

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

#c44174 Text Font Color

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

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


#c44174 Background Color

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

This div background color is #c44174


#c44174 Border Color

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

This div border color is #c44174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44174


Comments

No comments written yet.

Please login to write comment.