Color Hex Logo

#c1528b Color Hex

#C1528B
(193,82,139)
0 Favorites   0 Comments

Color spaces of #c1528b

RGB 19382139
HSL0.910.470.54
HSV329°58°76°
CMYK 0.000.580.28   0.24
XYZ29.669819.236126.5753
Yxy19.23610.39310.2548
Hunter Lab43.859043.9988-5.2241
CIE-Lab50.962350.5482-9.5361

#c1528b color RGB value is (193,82,139).

#c1528b hex color red value is 193, green value is 82 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #c1528b hue: 0.91 , saturation: 0.47 and the lightness value of c1528b is 0.54.

The process color (four color CMYK) of #c1528b color hex is 0.00, 0.58, 0.28, 0.24. Web safe color of #c1528b is #cc6699. Color #c1528b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010010 10001011
Octal 301 122 213
Decimal 193 82 139
Hex C1 52 8B

RGB Percentages of Color #c1528b

%46.62
%19.81
%33.57

CMYK Percentages of Color #c1528b

%0
%58
%28
%24

Triadic Colors of #c1528b

#c1528b #8bc152 #528bc1

Analogous Colors of #c1528b

#c1528b #c15253 #c052c1

Monochromatic Colors of #c1528b

#c1528b

Complementary Color

#c1528b #52c188

#c1528b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1528b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1528b Color CSS Codes

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

#c1528b Text Font Color

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

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


#c1528b Background Color

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

This div background color is #c1528b


#c1528b Border Color

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

This div border color is #c1528b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1528b


Comments

No comments written yet.

Please login to write comment.