Color Hex Logo

#c15aad Color Hex

#C15AAD
(193,90,173)
0 Favorites   0 Comments

Color spaces of #c15aad

RGB 19390173
HSL0.870.450.55
HSV312°53°76°
CMYK 0.000.530.10   0.24
XYZ33.191321.666941.9679
Yxy21.66690.34280.2238
Hunter Lab46.547745.8226-20.8731
CIE-Lab53.671851.7900-25.4274

#c15aad color RGB value is (193,90,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011010 10101101
Octal 301 132 255
Decimal 193 90 173
Hex C1 5A AD

RGB Percentages of Color #c15aad

%42.32
%19.74
%37.94

CMYK Percentages of Color #c15aad

%0
%53
%10
%24

Triadic Colors of #c15aad

#c15aad #adc15a #5aadc1

Analogous Colors of #c15aad

#c15aad #c15a7a #a25ac1

Monochromatic Colors of #c15aad

#c15aad

Complementary Color

#c15aad #5ac16e

#c15aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15aad Color CSS Codes

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

#c15aad Text Font Color

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

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


#c15aad Background Color

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

This div background color is #c15aad


#c15aad Border Color

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

This div border color is #c15aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15aad


Comments

No comments written yet.

Please login to write comment.