Color Hex Logo

#c442db Color Hex

#C442DB
(196,66,219)
0 Favorites   0 Comments

Color spaces of #c442db

RGB 19666219
HSL0.810.680.56
HSV291°70°86°
CMYK 0.110.700.00   0.14
XYZ37.499320.746769.0459
Yxy20.74670.29460.1630
Hunter Lab45.548567.2459-57.9922
CIE-Lab52.671270.7211-53.4276

#c442db color RGB value is (196,66,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000010 11011011
Octal 304 102 333
Decimal 196 66 219
Hex C4 42 DB

RGB Percentages of Color #c442db

%40.75
%13.72
%45.53

CMYK Percentages of Color #c442db

%11
%70
%0
%14

Triadic Colors of #c442db

#c442db #dbc442 #42dbc4

Analogous Colors of #c442db

#c442db #db42a6 #7842db

Monochromatic Colors of #c442db

#c442db

Complementary Color

#c442db #59db42

#c442db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c442db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c442db Color CSS Codes

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

#c442db Text Font Color

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

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


#c442db Background Color

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

This div background color is #c442db


#c442db Border Color

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

This div border color is #c442db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c442db


Comments

No comments written yet.

Please login to write comment.