Color Hex Logo

#c314ad Color Hex

#C314AD
(195,20,173)
0 Favorites   0 Comments

Color spaces of #c314ad

RGB 19520173
HSL0.850.810.42
HSV308°90°76°
CMYK 0.000.900.11   0.24
XYZ30.298715.119540.8566
Yxy15.11950.35120.1752
Hunter Lab38.883871.0426-35.0795
CIE-Lab45.797475.1903-37.7076

#c314ad color RGB value is (195,20,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010100 10101101
Octal 303 24 255
Decimal 195 20 173
Hex C3 14 AD

RGB Percentages of Color #c314ad

%50.26
%5.15
%44.59

CMYK Percentages of Color #c314ad

%0
%90
%11
%24

Triadic Colors of #c314ad

#c314ad #adc314 #14adc3

Analogous Colors of #c314ad

#c314ad #c31455 #8214c3

Monochromatic Colors of #c314ad

#c314ad

Complementary Color

#c314ad #14c32a

#c314ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c314ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c314ad Color CSS Codes

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

#c314ad Text Font Color

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

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


#c314ad Background Color

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

This div background color is #c314ad


#c314ad Border Color

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

This div border color is #c314ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c314ad


Comments

No comments written yet.

Please login to write comment.