Color Hex Logo

#c1529b Color Hex

#C1529B
(193,82,155)
0 Favorites   0 Comments

Color spaces of #c1529b

RGB 19382155
HSL0.890.470.54
HSV321°58°76°
CMYK 0.000.580.20   0.24
XYZ30.926019.738633.1903
Yxy19.73860.36880.2354
Hunter Lab44.428146.5029-13.1932
CIE-Lab51.540452.7774-18.1517

#c1529b color RGB value is (193,82,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010010 10011011
Octal 301 122 233
Decimal 193 82 155
Hex C1 52 9B

RGB Percentages of Color #c1529b

%44.88
%19.07
%36.05

CMYK Percentages of Color #c1529b

%0
%58
%20
%24

Triadic Colors of #c1529b

#c1529b #9bc152 #529bc1

Analogous Colors of #c1529b

#c1529b #c15263 #b052c1

Monochromatic Colors of #c1529b

#c1529b

Complementary Color

#c1529b #52c178

#c1529b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1529b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1529b Color CSS Codes

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

#c1529b Text Font Color

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

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


#c1529b Background Color

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

This div background color is #c1529b


#c1529b Border Color

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

This div border color is #c1529b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1529b


Comments

No comments written yet.

Please login to write comment.