Color Hex Logo

#c840db Color Hex

#C840DB
(200,64,219)
0 Favorites   0 Comments

Color spaces of #c840db

RGB 20064219
HSL0.810.680.55
HSV293°71°86°
CMYK 0.090.710.00   0.14
XYZ38.439021.060669.0570
Yxy21.06060.29900.1638
Hunter Lab45.891869.2009-57.0940
CIE-Lab53.015872.2737-52.8427

#c840db color RGB value is (200,64,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000000 11011011
Octal 310 100 333
Decimal 200 64 219
Hex C8 40 DB

RGB Percentages of Color #c840db

%41.41
%13.25
%45.34

CMYK Percentages of Color #c840db

%9
%71
%0
%14

Triadic Colors of #c840db

#c840db #dbc840 #40dbc8

Analogous Colors of #c840db

#c840db #db40a1 #7b40db

Monochromatic Colors of #c840db

#c840db

Complementary Color

#c840db #53db40

#c840db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c840db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c840db Color CSS Codes

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

#c840db Text Font Color

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

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


#c840db Background Color

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

This div background color is #c840db


#c840db Border Color

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

This div border color is #c840db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c840db


Comments

No comments written yet.

Please login to write comment.