Color Hex Logo

#c44fcb Color Hex

#C44FCB
(196,79,203)
0 Favorites   0 Comments

Color spaces of #c44fcb

RGB 19679203
HSL0.820.540.55
HSV297°61°80°
CMYK 0.030.610.00   0.20
XYZ36.340421.639558.7614
Yxy21.63950.31130.1854
Hunter Lab46.518358.0385-42.3317
CIE-Lab53.642462.7174-42.7592

#c44fcb color RGB value is (196,79,203).

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

The process color (four color CMYK) of #c44fcb color hex is 0.03, 0.61, 0.00, 0.20. Web safe color of #c44fcb is #cc66cc. Color #c44fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001111 11001011
Octal 304 117 313
Decimal 196 79 203
Hex C4 4F CB

RGB Percentages of Color #c44fcb

%41.00
%16.53
%42.47

CMYK Percentages of Color #c44fcb

%3
%61
%0
%20

Triadic Colors of #c44fcb

#c44fcb #cbc44f #4fcbc4

Analogous Colors of #c44fcb

#c44fcb #cb4f94 #864fcb

Monochromatic Colors of #c44fcb

#c44fcb

Complementary Color

#c44fcb #56cb4f

#c44fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44fcb Color CSS Codes

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

#c44fcb Text Font Color

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

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


#c44fcb Background Color

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

This div background color is #c44fcb


#c44fcb Border Color

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

This div border color is #c44fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44fcb


Comments

No comments written yet.

Please login to write comment.