Color Hex Logo

#c44faa Color Hex

#C44FAA
(196,79,170)
0 Favorites   0 Comments

Color spaces of #c44faa

RGB 19679170
HSL0.870.500.54
HSV313°60°77°
CMYK 0.000.600.13   0.23
XYZ32.816620.230040.2054
Yxy20.23000.35190.2169
Hunter Lab44.977851.5257-21.5146
CIE-Lab52.096357.2510-26.0771

#c44faa color RGB value is (196,79,170).

#c44faa hex color red value is 196, green value is 79 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c44faa hue: 0.87 , saturation: 0.50 and the lightness value of c44faa is 0.54.

The process color (four color CMYK) of #c44faa color hex is 0.00, 0.60, 0.13, 0.23. Web safe color of #c44faa is #cc6699. Color #c44faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001111 10101010
Octal 304 117 252
Decimal 196 79 170
Hex C4 4F AA

RGB Percentages of Color #c44faa

%44.04
%17.75
%38.20

CMYK Percentages of Color #c44faa

%0
%60
%13
%23

Triadic Colors of #c44faa

#c44faa #aac44f #4faac4

Analogous Colors of #c44faa

#c44faa #c44f70 #a44fc4

Monochromatic Colors of #c44faa

#c44faa

Complementary Color

#c44faa #4fc469

#c44faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44faa Color CSS Codes

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

#c44faa Text Font Color

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

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


#c44faa Background Color

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

This div background color is #c44faa


#c44faa Border Color

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

This div border color is #c44faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44faa


Comments

No comments written yet.

Please login to write comment.