Color Hex Logo

#c1527d Color Hex

#C1527D
(193,82,125)
0 Favorites   0 Comments

Color spaces of #c1527d

RGB 19382125
HSL0.940.470.54
HSV337°58°76°
CMYK 0.000.580.35   0.24
XYZ28.711318.852721.5277
Yxy18.85270.41560.2729
Hunter Lab43.419742.04880.9975
CIE-Lab50.514448.7862-1.8333

#c1527d color RGB value is (193,82,125).

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

The process color (four color CMYK) of #c1527d color hex is 0.00, 0.58, 0.35, 0.24. Web safe color of #c1527d is #cc6666. Color #c1527d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010010 01111101
Octal 301 122 175
Decimal 193 82 125
Hex C1 52 7D

RGB Percentages of Color #c1527d

%48.25
%20.50
%31.25

CMYK Percentages of Color #c1527d

%0
%58
%35
%24

Triadic Colors of #c1527d

#c1527d #7dc152 #527dc1

Analogous Colors of #c1527d

#c1527d #c15e52 #c152b5

Monochromatic Colors of #c1527d

#c1527d

Complementary Color

#c1527d #52c196

#c1527d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1527d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1527d Color CSS Codes

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

#c1527d Text Font Color

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

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


#c1527d Background Color

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

This div background color is #c1527d


#c1527d Border Color

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

This div border color is #c1527d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1527d


Comments

No comments written yet.

Please login to write comment.