Color Hex Logo

#c155ad Color Hex

#C155AD
(193,85,173)
0 Favorites   0 Comments

Color spaces of #c155ad

RGB 19385173
HSL0.860.470.55
HSV311°56°76°
CMYK 0.000.560.10   0.24
XYZ32.783620.851641.8320
Yxy20.85160.34340.2184
Hunter Lab45.663648.2407-22.3506
CIE-Lab52.786754.1574-26.7961

#c155ad color RGB value is (193,85,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010101 10101101
Octal 301 125 255
Decimal 193 85 173
Hex C1 55 AD

RGB Percentages of Color #c155ad

%42.79
%18.85
%38.36

CMYK Percentages of Color #c155ad

%0
%56
%10
%24

Triadic Colors of #c155ad

#c155ad #adc155 #55adc1

Analogous Colors of #c155ad

#c155ad #c15577 #9f55c1

Monochromatic Colors of #c155ad

#c155ad

Complementary Color

#c155ad #55c169

#c155ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c155ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c155ad Color CSS Codes

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

#c155ad Text Font Color

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

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


#c155ad Background Color

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

This div background color is #c155ad


#c155ad Border Color

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

This div border color is #c155ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c155ad


Comments

No comments written yet.

Please login to write comment.