Color Hex Logo

#c44ada Color Hex

#C44ADA
(196,74,218)
0 Favorites   0 Comments

Color spaces of #c44ada

RGB 19674218
HSL0.810.660.57
HSV291°66°85°
CMYK 0.100.660.00   0.15
XYZ37.868621.695368.5214
Yxy21.69530.29570.1694
Hunter Lab46.578263.6106-54.6170
CIE-Lab53.702267.4768-51.2137

#c44ada color RGB value is (196,74,218).

#c44ada hex color red value is 196, green value is 74 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c44ada hue: 0.81 , saturation: 0.66 and the lightness value of c44ada is 0.57.

The process color (four color CMYK) of #c44ada color hex is 0.10, 0.66, 0.00, 0.15. Web safe color of #c44ada is #cc33cc. Color #c44ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001010 11011010
Octal 304 112 332
Decimal 196 74 218
Hex C4 4A DA

RGB Percentages of Color #c44ada

%40.16
%15.16
%44.67

CMYK Percentages of Color #c44ada

%10
%66
%0
%15

Triadic Colors of #c44ada

#c44ada #dac44a #4adac4

Analogous Colors of #c44ada

#c44ada #da4aa8 #7c4ada

Monochromatic Colors of #c44ada

#c44ada

Complementary Color

#c44ada #60da4a

#c44ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44ada Color CSS Codes

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

#c44ada Text Font Color

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

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


#c44ada Background Color

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

This div background color is #c44ada


#c44ada Border Color

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

This div border color is #c44ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44ada


Comments

No comments written yet.

Please login to write comment.