Color Hex Logo

#c44caf Color Hex

#C44CAF
(196,76,175)
0 Favorites   0 Comments

Color spaces of #c44caf

RGB 19676175
HSL0.860.500.53
HSV311°61°77°
CMYK 0.000.610.11   0.23
XYZ33.087319.999842.6739
Yxy19.99980.34550.2089
Hunter Lab44.721153.8027-25.2710
CIE-Lab51.837059.3305-29.4025

#c44caf color RGB value is (196,76,175).

#c44caf hex color red value is 196, green value is 76 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c44caf hue: 0.86 , saturation: 0.50 and the lightness value of c44caf is 0.53.

The process color (four color CMYK) of #c44caf color hex is 0.00, 0.61, 0.11, 0.23. Web safe color of #c44caf is #cc3399. Color #c44caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001100 10101111
Octal 304 114 257
Decimal 196 76 175
Hex C4 4C AF

RGB Percentages of Color #c44caf

%43.85
%17.00
%39.15

CMYK Percentages of Color #c44caf

%0
%61
%11
%23

Triadic Colors of #c44caf

#c44caf #afc44c #4cafc4

Analogous Colors of #c44caf

#c44caf #c44c73 #9d4cc4

Monochromatic Colors of #c44caf

#c44caf

Complementary Color

#c44caf #4cc461

#c44caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44caf Color CSS Codes

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

#c44caf Text Font Color

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

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


#c44caf Background Color

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

This div background color is #c44caf


#c44caf Border Color

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

This div border color is #c44caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44caf


Comments

No comments written yet.

Please login to write comment.