Color Hex Logo

#c315db Color Hex

#C315DB
(195,21,219)
0 Favorites   0 Comments

Color spaces of #c315db

RGB 19521219
HSL0.810.830.47
HSV293°90°86°
CMYK 0.110.900.00   0.14
XYZ35.560017.252968.4738
Yxy17.25290.29320.1422
Hunter Lab41.536680.1270-68.6649
CIE-Lab48.577181.9339-60.0104

#c315db color RGB value is (195,21,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010101 11011011
Octal 303 25 333
Decimal 195 21 219
Hex C3 15 DB

RGB Percentages of Color #c315db

%44.83
%4.83
%50.34

CMYK Percentages of Color #c315db

%11
%90
%0
%14

Triadic Colors of #c315db

#c315db #dbc315 #15dbc3

Analogous Colors of #c315db

#c315db #db1590 #6015db

Monochromatic Colors of #c315db

#c315db

Complementary Color

#c315db #2ddb15

#c315db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c315db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c315db Color CSS Codes

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

#c315db Text Font Color

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

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


#c315db Background Color

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

This div background color is #c315db


#c315db Border Color

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

This div border color is #c315db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c315db


Comments

No comments written yet.

Please login to write comment.