Color Hex Logo

#c842db Color Hex

#C842DB
(200,66,219)
0 Favorites   0 Comments

Color spaces of #c842db

RGB 20066219
HSL0.810.680.56
HSV293°70°86°
CMYK 0.090.700.00   0.14
XYZ38.553821.290369.0953
Yxy21.29030.29900.1651
Hunter Lab46.141468.3995-56.4859
CIE-Lab53.265871.5639-52.4434

#c842db color RGB value is (200,66,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000010 11011011
Octal 310 102 333
Decimal 200 66 219
Hex C8 42 DB

RGB Percentages of Color #c842db

%41.24
%13.61
%45.15

CMYK Percentages of Color #c842db

%9
%70
%0
%14

Triadic Colors of #c842db

#c842db #dbc842 #42dbc8

Analogous Colors of #c842db

#c842db #db42a2 #7c42db

Monochromatic Colors of #c842db

#c842db

Complementary Color

#c842db #55db42

#c842db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c842db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c842db Color CSS Codes

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

#c842db Text Font Color

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

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


#c842db Background Color

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

This div background color is #c842db


#c842db Border Color

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

This div border color is #c842db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c842db


Comments

No comments written yet.

Please login to write comment.