Color Hex Logo

#c440ad Color Hex

#C440AD
(196,64,173)
0 Favorites   0 Comments

Color spaces of #c440ad

RGB 19664173
HSL0.860.530.51
HSV310°67°77°
CMYK 0.000.670.12   0.23
XYZ32.141218.419741.3965
Yxy18.41970.34950.2003
Hunter Lab42.918258.5709-27.1451
CIE-Lab50.001363.8582-31.0923

#c440ad color RGB value is (196,64,173).

#c440ad hex color red value is 196, green value is 64 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c440ad hue: 0.86 , saturation: 0.53 and the lightness value of c440ad is 0.51.

The process color (four color CMYK) of #c440ad color hex is 0.00, 0.67, 0.12, 0.23. Web safe color of #c440ad is #cc3399. Color #c440ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000000 10101101
Octal 304 100 255
Decimal 196 64 173
Hex C4 40 AD

RGB Percentages of Color #c440ad

%45.27
%14.78
%39.95

CMYK Percentages of Color #c440ad

%0
%67
%12
%23

Triadic Colors of #c440ad

#c440ad #adc440 #40adc4

Analogous Colors of #c440ad

#c440ad #c4406b #9940c4

Monochromatic Colors of #c440ad

#c440ad

Complementary Color

#c440ad #40c457

#c440ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c440ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c440ad Color CSS Codes

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

#c440ad Text Font Color

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

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


#c440ad Background Color

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

This div background color is #c440ad


#c440ad Border Color

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

This div border color is #c440ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c440ad


Comments

No comments written yet.

Please login to write comment.