Color Hex Logo

#c44fbf Color Hex

#C44FBF
(196,79,191)
0 Favorites   0 Comments

Color spaces of #c44fbf

RGB 19679191
HSL0.840.500.54
HSV303°60°77°
CMYK 0.000.600.03   0.23
XYZ34.964921.089351.5180
Yxy21.08930.32500.1960
Hunter Lab45.923155.5408-34.3673
CIE-Lab53.047160.6457-36.7995

#c44fbf color RGB value is (196,79,191).

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

The process color (four color CMYK) of #c44fbf color hex is 0.00, 0.60, 0.03, 0.23. Web safe color of #c44fbf is #cc66cc. Color #c44fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001111 10111111
Octal 304 117 277
Decimal 196 79 191
Hex C4 4F BF

RGB Percentages of Color #c44fbf

%42.06
%16.95
%40.99

CMYK Percentages of Color #c44fbf

%0
%60
%3
%23

Triadic Colors of #c44fbf

#c44fbf #bfc44f #4fbfc4

Analogous Colors of #c44fbf

#c44fbf #c44f85 #8f4fc4

Monochromatic Colors of #c44fbf

#c44fbf

Complementary Color

#c44fbf #4fc454

#c44fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44fbf Color CSS Codes

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

#c44fbf Text Font Color

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

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


#c44fbf Background Color

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

This div background color is #c44fbf


#c44fbf Border Color

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

This div border color is #c44fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44fbf


Comments

No comments written yet.

Please login to write comment.