Color Hex Logo

#c310db Color Hex

#C310DB
(195,16,219)
0 Favorites   0 Comments

Color spaces of #c310db

RGB 19516219
HSL0.810.860.46
HSV293°93°86°
CMYK 0.110.930.00   0.14
XYZ35.477217.087268.4461
Yxy17.08720.29320.1412
Hunter Lab41.336780.8585-69.2379
CIE-Lab48.369782.5480-60.3449

#c310db color RGB value is (195,16,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010000 11011011
Octal 303 20 333
Decimal 195 16 219
Hex C3 10 DB

RGB Percentages of Color #c310db

%45.35
%3.72
%50.93

CMYK Percentages of Color #c310db

%11
%93
%0
%14

Triadic Colors of #c310db

#c310db #dbc310 #10dbc3

Analogous Colors of #c310db

#c310db #db108e #5e10db

Monochromatic Colors of #c310db

#c310db

Complementary Color

#c310db #28db10

#c310db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c310db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c310db Color CSS Codes

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

#c310db Text Font Color

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

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


#c310db Background Color

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

This div background color is #c310db


#c310db Border Color

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

This div border color is #c310db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c310db


Comments

No comments written yet.

Please login to write comment.