Color Hex Logo

#c642db Color Hex

#C642DB
(198,66,219)
0 Favorites   0 Comments

Color spaces of #c642db

RGB 19866219
HSL0.810.680.56
HSV292°70°86°
CMYK 0.100.700.00   0.14
XYZ38.023121.016769.0704
Yxy21.01670.29680.1641
Hunter Lab45.844067.8214-57.2379
CIE-Lab52.967871.1422-52.9365

#c642db color RGB value is (198,66,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000010 11011011
Octal 306 102 333
Decimal 198 66 219
Hex C6 42 DB

RGB Percentages of Color #c642db

%40.99
%13.66
%45.34

CMYK Percentages of Color #c642db

%10
%70
%0
%14

Triadic Colors of #c642db

#c642db #dbc642 #42dbc6

Analogous Colors of #c642db

#c642db #db42a4 #7a42db

Monochromatic Colors of #c642db

#c642db

Complementary Color

#c642db #57db42

#c642db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c642db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c642db Color CSS Codes

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

#c642db Text Font Color

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

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


#c642db Background Color

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

This div background color is #c642db


#c642db Border Color

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

This div border color is #c642db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c642db


Comments

No comments written yet.

Please login to write comment.