Color Hex Logo

#c15faf Color Hex

#C15FAF
(193,95,175)
0 Favorites   0 Comments

Color spaces of #c15faf

RGB 19395175
HSL0.860.440.56
HSV311°51°76°
CMYK 0.000.510.09   0.24
XYZ33.822422.617043.1403
Yxy22.61700.33970.2271
Hunter Lab47.557343.7225-20.4931
CIE-Lab54.675649.6807-25.0396

#c15faf color RGB value is (193,95,175).

#c15faf hex color red value is 193, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c15faf hue: 0.86 , saturation: 0.44 and the lightness value of c15faf is 0.56.

The process color (four color CMYK) of #c15faf color hex is 0.00, 0.51, 0.09, 0.24. Web safe color of #c15faf is #cc6699. Color #c15faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011111 10101111
Octal 301 137 257
Decimal 193 95 175
Hex C1 5F AF

RGB Percentages of Color #c15faf

%41.68
%20.52
%37.80

CMYK Percentages of Color #c15faf

%0
%51
%9
%24

Triadic Colors of #c15faf

#c15faf #afc15f #5fafc1

Analogous Colors of #c15faf

#c15faf #c15f7e #a25fc1

Monochromatic Colors of #c15faf

#c15faf

Complementary Color

#c15faf #5fc171

#c15faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15faf Color CSS Codes

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

#c15faf Text Font Color

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

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


#c15faf Background Color

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

This div background color is #c15faf


#c15faf Border Color

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

This div border color is #c15faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15faf


Comments

No comments written yet.

Please login to write comment.