Color Hex Logo

#c319df Color Hex

#C319DF
(195,25,223)
0 Favorites   0 Comments

Color spaces of #c319df

RGB 19525223
HSL0.810.800.49
HSV292°89°87°
CMYK 0.130.890.00   0.13
XYZ36.172617.625171.3075
Yxy17.62510.28910.1409
Hunter Lab41.982380.3296-71.3174
CIE-Lab49.038282.0036-61.5473

#c319df color RGB value is (195,25,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011001 11011111
Octal 303 31 337
Decimal 195 25 223
Hex C3 19 DF

RGB Percentages of Color #c319df

%44.02
%5.64
%50.34

CMYK Percentages of Color #c319df

%13
%89
%0
%13

Triadic Colors of #c319df

#c319df #dfc319 #19dfc3

Analogous Colors of #c319df

#c319df #df1998 #6019df

Monochromatic Colors of #c319df

#c319df

Complementary Color

#c319df #35df19

#c319df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c319df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c319df Color CSS Codes

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

#c319df Text Font Color

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

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


#c319df Background Color

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

This div background color is #c319df


#c319df Border Color

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

This div border color is #c319df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c319df


Comments

No comments written yet.

Please login to write comment.