Color Hex Logo

#c640af Color Hex

#C640AF
(198,64,175)
0 Favorites   0 Comments

Color spaces of #c640af

RGB 19864175
HSL0.860.540.51
HSV310°68°78°
CMYK 0.000.680.12   0.22
XYZ32.860018.767742.4481
Yxy18.76770.34930.1995
Hunter Lab43.321759.5813-27.7692
CIE-Lab50.414364.6554-31.5968

#c640af color RGB value is (198,64,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000000 10101111
Octal 306 100 257
Decimal 198 64 175
Hex C6 40 AF

RGB Percentages of Color #c640af

%45.31
%14.65
%40.05

CMYK Percentages of Color #c640af

%0
%68
%12
%22

Triadic Colors of #c640af

#c640af #afc640 #40afc6

Analogous Colors of #c640af

#c640af #c6406c #9a40c6

Monochromatic Colors of #c640af

#c640af

Complementary Color

#c640af #40c657

#c640af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c640af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c640af Color CSS Codes

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

#c640af Text Font Color

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

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


#c640af Background Color

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

This div background color is #c640af


#c640af Border Color

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

This div border color is #c640af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c640af


Comments

No comments written yet.

Please login to write comment.