Color Hex Logo

#c44cc5 Color Hex

#C44CC5
(196,76,197)
0 Favorites   0 Comments

Color spaces of #c44cc5

RGB 19676197
HSL0.830.510.54
HSV300°61°77°
CMYK 0.010.610.00   0.23
XYZ35.427420.935954.9971
Yxy20.93590.31810.1880
Hunter Lab45.755858.1349-39.2358
CIE-Lab52.879362.9418-40.5209

#c44cc5 color RGB value is (196,76,197).

#c44cc5 hex color red value is 196, green value is 76 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #c44cc5 hue: 0.83 , saturation: 0.51 and the lightness value of c44cc5 is 0.54.

The process color (four color CMYK) of #c44cc5 color hex is 0.01, 0.61, 0.00, 0.23. Web safe color of #c44cc5 is #cc33cc. Color #c44cc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001100 11000101
Octal 304 114 305
Decimal 196 76 197
Hex C4 4C C5

RGB Percentages of Color #c44cc5

%41.79
%16.20
%42.00

CMYK Percentages of Color #c44cc5

%1
%61
%0
%23

Triadic Colors of #c44cc5

#c44cc5 #c5c44c #4cc5c4

Analogous Colors of #c44cc5

#c44cc5 #c54c8a #884cc5

Monochromatic Colors of #c44cc5

#c44cc5

Complementary Color

#c44cc5 #4dc54c

#c44cc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44cc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44cc5 Color CSS Codes

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

#c44cc5 Text Font Color

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

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


#c44cc5 Background Color

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

This div background color is #c44cc5


#c44cc5 Border Color

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

This div border color is #c44cc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44cc5


Comments

No comments written yet.

Please login to write comment.