Color Hex Logo

#c640bf Color Hex

#C640BF
(198,64,191)
0 Favorites   0 Comments

Color spaces of #c640bf

RGB 19864191
HSL0.840.540.51
HSV303°68°78°
CMYK 0.000.680.04   0.22
XYZ34.526119.434151.2217
Yxy19.43410.32830.1848
Hunter Lab44.084162.6516-38.0306
CIE-Lab51.191367.1399-39.6999

#c640bf color RGB value is (198,64,191).

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

The process color (four color CMYK) of #c640bf color hex is 0.00, 0.68, 0.04, 0.22. Web safe color of #c640bf is #cc33cc. Color #c640bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000000 10111111
Octal 306 100 277
Decimal 198 64 191
Hex C6 40 BF

RGB Percentages of Color #c640bf

%43.71
%14.13
%42.16

CMYK Percentages of Color #c640bf

%0
%68
%4
%22

Triadic Colors of #c640bf

#c640bf #bfc640 #40bfc6

Analogous Colors of #c640bf

#c640bf #c6407c #8a40c6

Monochromatic Colors of #c640bf

#c640bf

Complementary Color

#c640bf #40c647

#c640bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c640bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c640bf Color CSS Codes

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

#c640bf Text Font Color

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

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


#c640bf Background Color

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

This div background color is #c640bf


#c640bf Border Color

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

This div border color is #c640bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c640bf


Comments

No comments written yet.

Please login to write comment.