Color Hex Logo

#c44add Color Hex

#C44ADD
(196,74,221)
0 Favorites   0 Comments

Color spaces of #c44add

RGB 19674221
HSL0.800.680.58
HSV290°67°87°
CMYK 0.110.670.00   0.13
XYZ38.264921.853870.6080
Yxy21.85380.29270.1672
Hunter Lab46.748064.2994-56.8277
CIE-Lab53.871568.0259-52.6441

#c44add color RGB value is (196,74,221).

#c44add hex color red value is 196, green value is 74 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c44add hue: 0.80 , saturation: 0.68 and the lightness value of c44add is 0.58.

The process color (four color CMYK) of #c44add color hex is 0.11, 0.67, 0.00, 0.13. Web safe color of #c44add is #cc33cc. Color #c44add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001010 11011101
Octal 304 112 335
Decimal 196 74 221
Hex C4 4A DD

RGB Percentages of Color #c44add

%39.92
%15.07
%45.01

CMYK Percentages of Color #c44add

%11
%67
%0
%13

Triadic Colors of #c44add

#c44add #ddc44a #4addc4

Analogous Colors of #c44add

#c44add #dd4aad #7b4add

Monochromatic Colors of #c44add

#c44add

Complementary Color

#c44add #63dd4a

#c44add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44add Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44add Color CSS Codes

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

#c44add Text Font Color

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

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


#c44add Background Color

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

This div background color is #c44add


#c44add Border Color

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

This div border color is #c44add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44add


Comments

No comments written yet.

Please login to write comment.