Color Hex Logo

#c319ca Color Hex

#C319CA
(195,25,202)
0 Favorites   0 Comments

Color spaces of #c319ca

RGB 19525202
HSL0.830.780.45
HSV298°88°79°
CMYK 0.030.880.00   0.21
XYZ33.514016.561657.3074
Yxy16.56160.31210.1542
Hunter Lab40.695975.7807-55.0041
CIE-Lab47.702878.6556-51.6456

#c319ca color RGB value is (195,25,202).

#c319ca hex color red value is 195, green value is 25 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c319ca hue: 0.83 , saturation: 0.78 and the lightness value of c319ca is 0.45.

The process color (four color CMYK) of #c319ca color hex is 0.03, 0.88, 0.00, 0.21. Web safe color of #c319ca is #cc00cc. Color #c319ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011001 11001010
Octal 303 31 312
Decimal 195 25 202
Hex C3 19 CA

RGB Percentages of Color #c319ca

%46.21
%5.92
%47.87

CMYK Percentages of Color #c319ca

%3
%88
%0
%21

Triadic Colors of #c319ca

#c319ca #cac319 #19cac3

Analogous Colors of #c319ca

#c319ca #ca1979 #6b19ca

Monochromatic Colors of #c319ca

#c319ca

Complementary Color

#c319ca #20ca19

#c319ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c319ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c319ca Color CSS Codes

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

#c319ca Text Font Color

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

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


#c319ca Background Color

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

This div background color is #c319ca


#c319ca Border Color

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

This div border color is #c319ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c319ca


Comments

No comments written yet.

Please login to write comment.