Color Hex Logo

#c315df Color Hex

#C315DF
(195,21,223)
0 Favorites   0 Comments

Color spaces of #c315df

RGB 19521223
HSL0.810.830.48
HSV292°91°87°
CMYK 0.130.910.00   0.13
XYZ36.093117.466171.2810
Yxy17.46610.28910.1399
Hunter Lab41.792581.0206-71.8700
CIE-Lab48.842082.5835-61.8640

#c315df color RGB value is (195,21,223).

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

The process color (four color CMYK) of #c315df color hex is 0.13, 0.91, 0.00, 0.13. Web safe color of #c315df is #cc00cc. Color #c315df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010101 11011111
Octal 303 25 337
Decimal 195 21 223
Hex C3 15 DF

RGB Percentages of Color #c315df

%44.42
%4.78
%50.80

CMYK Percentages of Color #c315df

%13
%91
%0
%13

Triadic Colors of #c315df

#c315df #dfc315 #15dfc3

Analogous Colors of #c315df

#c315df #df1596 #5e15df

Monochromatic Colors of #c315df

#c315df

Complementary Color

#c315df #31df15

#c315df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c315df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c315df Color CSS Codes

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

#c315df Text Font Color

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

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


#c315df Background Color

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

This div background color is #c315df


#c315df Border Color

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

This div border color is #c315df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,21,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c315df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c315df


Comments

No comments written yet.

Please login to write comment.