Color Hex Logo

#c409db Color Hex

#C409DB
(196,9,219)
0 Favorites   0 Comments

Color spaces of #c409db

RGB 1969219
HSL0.820.920.45
HSV293°96°86°
CMYK 0.110.960.00   0.14
XYZ35.648817.045668.4291
Yxy17.04560.29430.1407
Hunter Lab41.286381.8753-69.3685
CIE-Lab48.317483.3529-60.4208

#c409db color RGB value is (196,9,219).

#c409db hex color red value is 196, green value is 9 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c409db hue: 0.82 , saturation: 0.92 and the lightness value of c409db is 0.45.

The process color (four color CMYK) of #c409db color hex is 0.11, 0.96, 0.00, 0.14. Web safe color of #c409db is #cc00cc. Color #c409db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001001 11011011
Octal 304 11 333
Decimal 196 9 219
Hex C4 9 DB

RGB Percentages of Color #c409db

%46.23
%2.12
%51.65

CMYK Percentages of Color #c409db

%11
%96
%0
%14

Triadic Colors of #c409db

#c409db #dbc409 #09dbc4

Analogous Colors of #c409db

#c409db #db0989 #5b09db

Monochromatic Colors of #c409db

#c409db

Complementary Color

#c409db #20db09

#c409db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c409db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c409db Color CSS Codes

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

#c409db Text Font Color

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

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


#c409db Background Color

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

This div background color is #c409db


#c409db Border Color

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

This div border color is #c409db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c409db


Comments

No comments written yet.

Please login to write comment.