Color Hex Logo

#c37faf Color Hex

#C37FAF
(195,127,175)
0 Favorites   0 Comments

Color spaces of #c37faf

RGB 195127175
HSL0.880.360.63
HSV318°35°76°
CMYK 0.000.350.10   0.24
XYZ37.832929.876044.3301
Yxy29.87600.33770.2667
Hunter Lab54.658927.8980-9.8248
CIE-Lab61.547133.5470-14.5304

#c37faf color RGB value is (195,127,175).

#c37faf hex color red value is 195, green value is 127 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c37faf hue: 0.88 , saturation: 0.36 and the lightness value of c37faf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111111 10101111
Octal 303 177 257
Decimal 195 127 175
Hex C3 7F AF

RGB Percentages of Color #c37faf

%39.24
%25.55
%35.21

CMYK Percentages of Color #c37faf

%0
%35
%10
%24

Triadic Colors of #c37faf

#c37faf #afc37f #7fafc3

Analogous Colors of #c37faf

#c37faf #c37f8d #b57fc3

Monochromatic Colors of #c37faf

#c37faf

Complementary Color

#c37faf #7fc393

#c37faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c37faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c37faf Color CSS Codes

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

#c37faf Text Font Color

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

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


#c37faf Background Color

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

This div background color is #c37faf


#c37faf Border Color

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

This div border color is #c37faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c37faf


Comments

No comments written yet.

Please login to write comment.