color codes Logo

#c319db color codes

#C319DB
(195,25,219)
0 Favorites   0 Comments

Color spaces of #c319db

RGB 19525219
HSL0.810.800.48
HSV293°89°86°
CMYK 0.110.890.00   0.14
XYZ35.639517.411868.5002
Yxy17.41180.29320.1432
Hunter Lab41.727479.4342-68.1218
CIE-Lab48.774881.3503-59.6916

#c319db color RGB value is (195,25,219).

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

The process color (four color CMYK) of #c319db color code is 0.11, 0.89, 0.00, 0.14. Web safe color of #c319db is #cc00cc. Color #c319db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011001 11011011
Octal 303 31 333
Decimal 195 25 219
Hex C3 19 DB

RGB Percentages of Color #c319db

%44.42
%5.69
%49.89

CMYK Percentages of Color #c319db

%11
%89
%0
%14

Triadic Colors of #c319db

#c319db #dbc319 #19dbc3

Analogous Colors of #c319db

#c319db #db1992 #6219db

Monochromatic Colors of #c319db

#c319db

Complementary Color

#c319db #31db19

#c319db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c319db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c319db Color CSS Codes

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

#c319db Text Font Color

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

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


#c319db Background Color

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

This div background color is #c319db


#c319db Border Color

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

This div border color is #c319db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c319db


Comments

No comments written yet.

Please login to write comment.