Color Hex Logo

#c371ad Color Hex

#C371AD
(195,113,173)
0 Favorites   0 Comments

Color spaces of #c371ad

RGB 195113173
HSL0.880.410.60
HSV316°42°76°
CMYK 0.000.420.11   0.24
XYZ35.953626.429542.7416
Yxy26.42950.34200.2514
Hunter Lab51.409634.8681-13.3065
CIE-Lab58.442540.7351-18.0910

#c371ad color RGB value is (195,113,173).

#c371ad hex color red value is 195, green value is 113 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c371ad hue: 0.88 , saturation: 0.41 and the lightness value of c371ad is 0.60.

The process color (four color CMYK) of #c371ad color hex is 0.00, 0.42, 0.11, 0.24. Web safe color of #c371ad is #cc6699. Color #c371ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110001 10101101
Octal 303 161 255
Decimal 195 113 173
Hex C3 71 AD

RGB Percentages of Color #c371ad

%40.54
%23.49
%35.97

CMYK Percentages of Color #c371ad

%0
%42
%11
%24

Triadic Colors of #c371ad

#c371ad #adc371 #71adc3

Analogous Colors of #c371ad

#c371ad #c37184 #b071c3

Monochromatic Colors of #c371ad

#c371ad

Complementary Color

#c371ad #71c387

#c371ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c371ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c371ad Color CSS Codes

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

#c371ad Text Font Color

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

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


#c371ad Background Color

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

This div background color is #c371ad


#c371ad Border Color

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

This div border color is #c371ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c371ad


Comments

No comments written yet.

Please login to write comment.