Color Hex Logo

#c31cad Color Hex

#C31CAD
(195,28,173)
0 Favorites   0 Comments

Color spaces of #c31cad

RGB 19528173
HSL0.860.750.44
HSV308°86°76°
CMYK 0.000.860.11   0.24
XYZ30.463815.449740.9116
Yxy15.44970.35090.1779
Hunter Lab39.306169.5589-34.1975
CIE-Lab46.244173.8844-37.0023

#c31cad color RGB value is (195,28,173).

#c31cad hex color red value is 195, green value is 28 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c31cad hue: 0.86 , saturation: 0.75 and the lightness value of c31cad is 0.44.

The process color (four color CMYK) of #c31cad color hex is 0.00, 0.86, 0.11, 0.24. Web safe color of #c31cad is #cc3399. Color #c31cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011100 10101101
Octal 303 34 255
Decimal 195 28 173
Hex C3 1C AD

RGB Percentages of Color #c31cad

%49.24
%7.07
%43.69

CMYK Percentages of Color #c31cad

%0
%86
%11
%24

Triadic Colors of #c31cad

#c31cad #adc31c #1cadc3

Analogous Colors of #c31cad

#c31cad #c31c59 #861cc3

Monochromatic Colors of #c31cad

#c31cad

Complementary Color

#c31cad #1cc332

#c31cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31cad Color CSS Codes

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

#c31cad Text Font Color

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

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


#c31cad Background Color

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

This div background color is #c31cad


#c31cad Border Color

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

This div border color is #c31cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31cad


Comments

No comments written yet.

Please login to write comment.