Color Hex Logo

#c209db Color Hex

#C209DB
(194,9,219)
0 Favorites   0 Comments

Color spaces of #c209db

RGB 1949219
HSL0.810.920.45
HSV293°96°86°
CMYK 0.110.960.00   0.14
XYZ35.132016.779268.4049
Yxy16.77920.29200.1395
Hunter Lab40.962481.4088-70.3372
CIE-Lab47.980683.0538-60.9814

#c209db color RGB value is (194,9,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001001 11011011
Octal 302 11 333
Decimal 194 9 219
Hex C2 9 DB

RGB Percentages of Color #c209db

%45.97
%2.13
%51.90

CMYK Percentages of Color #c209db

%11
%96
%0
%14

Triadic Colors of #c209db

#c209db #dbc209 #09dbc2

Analogous Colors of #c209db

#c209db #db098b #5909db

Monochromatic Colors of #c209db

#c209db

Complementary Color

#c209db #22db09

#c209db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c209db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c209db Color CSS Codes

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

#c209db Text Font Color

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

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


#c209db Background Color

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

This div background color is #c209db


#c209db Border Color

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

This div border color is #c209db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c209db


Comments

No comments written yet.

Please login to write comment.