Color Hex Logo

#c309db Color Hex

#C309DB
(195,9,219)
0 Favorites   0 Comments

Color spaces of #c309db

RGB 1959219
HSL0.810.920.45
HSV293°96°86°
CMYK 0.110.960.00   0.14
XYZ35.389516.911968.4169
Yxy16.91190.29320.1401
Hunter Lab41.124181.6418-69.8521
CIE-Lab48.148883.2032-60.7013

#c309db color RGB value is (195,9,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001001 11011011
Octal 303 11 333
Decimal 195 9 219
Hex C3 9 DB

RGB Percentages of Color #c309db

%46.10
%2.13
%51.77

CMYK Percentages of Color #c309db

%11
%96
%0
%14

Triadic Colors of #c309db

#c309db #dbc309 #09dbc3

Analogous Colors of #c309db

#c309db #db098a #5a09db

Monochromatic Colors of #c309db

#c309db

Complementary Color

#c309db #21db09

#c309db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c309db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c309db Color CSS Codes

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

#c309db Text Font Color

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

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


#c309db Background Color

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

This div background color is #c309db


#c309db Border Color

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

This div border color is #c309db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c309db


Comments

No comments written yet.

Please login to write comment.