Color Hex Logo

#c315a2 Color Hex

#C315A2
(195,21,162)
0 Favorites   0 Comments

Color spaces of #c315a2

RGB 19521162
HSL0.860.810.42
HSV311°89°76°
CMYK 0.000.890.17   0.24
XYZ29.295414.747135.4848
Yxy14.74710.36840.1854
Hunter Lab38.402068.9675-27.9047
CIE-Lab45.285873.5830-31.9682

#c315a2 color RGB value is (195,21,162).

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

The process color (four color CMYK) of #c315a2 color hex is 0.00, 0.89, 0.17, 0.24. Web safe color of #c315a2 is #cc0099. Color #c315a2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010101 10100010
Octal 303 25 242
Decimal 195 21 162
Hex C3 15 A2

RGB Percentages of Color #c315a2

%51.59
%5.56
%42.86

CMYK Percentages of Color #c315a2

%0
%89
%17
%24

Triadic Colors of #c315a2

#c315a2 #a2c315 #15a2c3

Analogous Colors of #c315a2

#c315a2 #c3154b #8d15c3

Monochromatic Colors of #c315a2

#c315a2

Complementary Color

#c315a2 #15c336

#c315a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c315a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c315a2 Color CSS Codes

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

#c315a2 Text Font Color

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

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


#c315a2 Background Color

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

This div background color is #c315a2


#c315a2 Border Color

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

This div border color is #c315a2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c315a2


Comments

No comments written yet.

Please login to write comment.