Color Hex Logo

#c31fdb Color Hex

#C31FDB
(195,31,219)
0 Favorites   0 Comments

Color spaces of #c31fdb

RGB 19531219
HSL0.810.750.49
HSV292°86°86°
CMYK 0.110.860.00   0.14
XYZ35.781817.696568.5477
Yxy17.69650.29320.1450
Hunter Lab42.067278.2121-67.1649
CIE-Lab49.125980.3160-59.1258

#c31fdb color RGB value is (195,31,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011111 11011011
Octal 303 37 333
Decimal 195 31 219
Hex C3 1F DB

RGB Percentages of Color #c31fdb

%43.82
%6.97
%49.21

CMYK Percentages of Color #c31fdb

%11
%86
%0
%14

Triadic Colors of #c31fdb

#c31fdb #dbc31f #1fdbc3

Analogous Colors of #c31fdb

#c31fdb #db1f95 #651fdb

Monochromatic Colors of #c31fdb

#c31fdb

Complementary Color

#c31fdb #37db1f

#c31fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31fdb Color CSS Codes

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

#c31fdb Text Font Color

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

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


#c31fdb Background Color

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

This div background color is #c31fdb


#c31fdb Border Color

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

This div border color is #c31fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31fdb


Comments

No comments written yet.

Please login to write comment.