Color Hex Logo

#c640db Color Hex

#C640DB
(198,64,219)
0 Favorites   0 Comments

Color spaces of #c640db

RGB 19864219
HSL0.810.680.55
HSV292°71°86°
CMYK 0.100.710.00   0.14
XYZ37.908320.787069.0321
Yxy20.78700.29680.1627
Hunter Lab45.592868.6273-57.8562
CIE-Lab52.715671.8580-53.3396

#c640db color RGB value is (198,64,219).

#c640db hex color red value is 198, green value is 64 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c640db hue: 0.81 , saturation: 0.68 and the lightness value of c640db is 0.55.

The process color (four color CMYK) of #c640db color hex is 0.10, 0.71, 0.00, 0.14. Web safe color of #c640db is #cc33cc. Color #c640db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000000 11011011
Octal 306 100 333
Decimal 198 64 219
Hex C6 40 DB

RGB Percentages of Color #c640db

%41.16
%13.31
%45.53

CMYK Percentages of Color #c640db

%10
%71
%0
%14

Triadic Colors of #c640db

#c640db #dbc640 #40dbc6

Analogous Colors of #c640db

#c640db #db40a3 #7940db

Monochromatic Colors of #c640db

#c640db

Complementary Color

#c640db #55db40

#c640db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c640db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c640db Color CSS Codes

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

#c640db Text Font Color

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

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


#c640db Background Color

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

This div background color is #c640db


#c640db Border Color

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

This div border color is #c640db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c640db


Comments

No comments written yet.

Please login to write comment.