Color Hex Logo

#c371af Color Hex

#C371AF
(195,113,175)
0 Favorites   0 Comments

Color spaces of #c371af

RGB 195113175
HSL0.870.410.60
HSV315°42°76°
CMYK 0.000.420.10   0.24
XYZ36.148726.507543.7687
Yxy26.50750.33970.2491
Hunter Lab51.485435.2280-14.3637
CIE-Lab58.515741.0727-19.1286

#c371af color RGB value is (195,113,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110001 10101111
Octal 303 161 257
Decimal 195 113 175
Hex C3 71 AF

RGB Percentages of Color #c371af

%40.37
%23.40
%36.23

CMYK Percentages of Color #c371af

%0
%42
%10
%24

Triadic Colors of #c371af

#c371af #afc371 #71afc3

Analogous Colors of #c371af

#c371af #c37186 #ae71c3

Monochromatic Colors of #c371af

#c371af

Complementary Color

#c371af #71c385

#c371af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c371af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c371af Color CSS Codes

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

#c371af Text Font Color

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

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


#c371af Background Color

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

This div background color is #c371af


#c371af Border Color

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

This div border color is #c371af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c371af


Comments

No comments written yet.

Please login to write comment.