color codes Logo

#c44fcc color codes

#C44FCC
(196,79,204)
0 Favorites   0 Comments

Color spaces of #c44fcc

RGB 19679204
HSL0.820.550.55
HSV296°61°80°
CMYK 0.040.610.00   0.20
XYZ36.460021.687459.3912
Yxy21.68740.31020.1845
Hunter Lab46.569758.2528-43.0148
CIE-Lab53.693762.8937-43.2504

#c44fcc color RGB value is (196,79,204).

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

The process color (four color CMYK) of #c44fcc color code is 0.04, 0.61, 0.00, 0.20. Web safe color of #c44fcc is #cc66cc. Color #c44fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001111 11001100
Octal 304 117 314
Decimal 196 79 204
Hex C4 4F CC

RGB Percentages of Color #c44fcc

%40.92
%16.49
%42.59

CMYK Percentages of Color #c44fcc

%4
%61
%0
%20

Triadic Colors of #c44fcc

#c44fcc #ccc44f #4fccc4

Analogous Colors of #c44fcc

#c44fcc #cc4f96 #864fcc

Monochromatic Colors of #c44fcc

#c44fcc

Complementary Color

#c44fcc #57cc4f

#c44fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44fcc Color CSS Codes

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

#c44fcc Text Font Color

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

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


#c44fcc Background Color

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

This div background color is #c44fcc


#c44fcc Border Color

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

This div border color is #c44fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44fcc


Comments

No comments written yet.

Please login to write comment.