Color Hex Logo

#c158a1 Color Hex

#C158A1
(193,88,161)
0 Favorites   0 Comments

Color spaces of #c158a1

RGB 19388161
HSL0.880.460.55
HSV318°54°76°
CMYK 0.000.540.17   0.24
XYZ31.915120.890136.0683
Yxy20.89010.35910.2351
Hunter Lab45.705744.6570-14.7943
CIE-Lab52.829050.8508-19.7131

#c158a1 color RGB value is (193,88,161).

#c158a1 hex color red value is 193, green value is 88 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #c158a1 hue: 0.88 , saturation: 0.46 and the lightness value of c158a1 is 0.55.

The process color (four color CMYK) of #c158a1 color hex is 0.00, 0.54, 0.17, 0.24. Web safe color of #c158a1 is #cc6699. Color #c158a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011000 10100001
Octal 301 130 241
Decimal 193 88 161
Hex C1 58 A1

RGB Percentages of Color #c158a1

%43.67
%19.91
%36.43

CMYK Percentages of Color #c158a1

%0
%54
%17
%24

Triadic Colors of #c158a1

#c158a1 #a1c158 #58a1c1

Analogous Colors of #c158a1

#c158a1 #c1586d #ad58c1

Monochromatic Colors of #c158a1

#c158a1

Complementary Color

#c158a1 #58c178

#c158a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c158a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c158a1 Color CSS Codes

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

#c158a1 Text Font Color

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

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


#c158a1 Background Color

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

This div background color is #c158a1


#c158a1 Border Color

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

This div border color is #c158a1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,88,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c158a1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c158a1


Comments

No comments written yet.

Please login to write comment.