Color Hex Logo

#c15fad Color Hex

#C15FAD
(193,95,173)
0 Favorites   0 Comments

Color spaces of #c15fad

RGB 19395173
HSL0.870.440.56
HSV312°51°76°
CMYK 0.000.510.10   0.24
XYZ33.627422.539042.1133
Yxy22.53900.34220.2293
Hunter Lab47.475343.3524-19.3610
CIE-Lab54.594349.3491-24.0048

#c15fad color RGB value is (193,95,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011111 10101101
Octal 301 137 255
Decimal 193 95 173
Hex C1 5F AD

RGB Percentages of Color #c15fad

%41.87
%20.61
%37.53

CMYK Percentages of Color #c15fad

%0
%51
%10
%24

Triadic Colors of #c15fad

#c15fad #adc15f #5fadc1

Analogous Colors of #c15fad

#c15fad #c15f7c #a45fc1

Monochromatic Colors of #c15fad

#c15fad

Complementary Color

#c15fad #5fc173

#c15fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15fad Color CSS Codes

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

#c15fad Text Font Color

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

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


#c15fad Background Color

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

This div background color is #c15fad


#c15fad Border Color

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

This div border color is #c15fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15fad


Comments

No comments written yet.

Please login to write comment.