Color Hex Logo

#c315ad Color Hex

#C315AD
(195,21,173)
0 Favorites   0 Comments

Color spaces of #c315ad

RGB 19521173
HSL0.850.810.42
HSV308°89°76°
CMYK 0.000.890.11   0.24
XYZ30.316715.155640.8626
Yxy15.15560.35120.1755
Hunter Lab38.930270.8782-34.9819
CIE-Lab45.846675.0461-37.6300

#c315ad color RGB value is (195,21,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010101 10101101
Octal 303 25 255
Decimal 195 21 173
Hex C3 15 AD

RGB Percentages of Color #c315ad

%50.13
%5.40
%44.47

CMYK Percentages of Color #c315ad

%0
%89
%11
%24

Triadic Colors of #c315ad

#c315ad #adc315 #15adc3

Analogous Colors of #c315ad

#c315ad #c31556 #8215c3

Monochromatic Colors of #c315ad

#c315ad

Complementary Color

#c315ad #15c32b

#c315ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c315ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c315ad Color CSS Codes

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

#c315ad Text Font Color

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

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


#c315ad Background Color

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

This div background color is #c315ad


#c315ad Border Color

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

This div border color is #c315ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c315ad


Comments

No comments written yet.

Please login to write comment.