Color Hex Logo

#c840ad Color Hex

#C840AD
(200,64,173)
0 Favorites   0 Comments

Color spaces of #c840ad

RGB 20064173
HSL0.870.550.52
HSV312°68°78°
CMYK 0.000.680.14   0.22
XYZ33.195618.963341.4458
Yxy18.96330.35460.2026
Hunter Lab43.546959.8628-25.9465
CIE-Lab50.644264.8549-30.0412

#c840ad color RGB value is (200,64,173).

#c840ad hex color red value is 200, green value is 64 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c840ad hue: 0.87 , saturation: 0.55 and the lightness value of c840ad is 0.52.

The process color (four color CMYK) of #c840ad color hex is 0.00, 0.68, 0.14, 0.22. Web safe color of #c840ad is #cc3399. Color #c840ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000000 10101101
Octal 310 100 255
Decimal 200 64 173
Hex C8 40 AD

RGB Percentages of Color #c840ad

%45.77
%14.65
%39.59

CMYK Percentages of Color #c840ad

%0
%68
%14
%22

Triadic Colors of #c840ad

#c840ad #adc840 #40adc8

Analogous Colors of #c840ad

#c840ad #c84069 #9f40c8

Monochromatic Colors of #c840ad

#c840ad

Complementary Color

#c840ad #40c85b

#c840ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c840ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c840ad Color CSS Codes

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

#c840ad Text Font Color

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

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


#c840ad Background Color

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

This div background color is #c840ad


#c840ad Border Color

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

This div border color is #c840ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,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 #c840ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c840ad


Comments

No comments written yet.

Please login to write comment.