Color Hex Logo

#c0528e Color Hex

#C0528E
(192,82,142)
0 Favorites   0 Comments

Color spaces of #c0528e

RGB 19282142
HSL0.910.470.54
HSV327°57°75°
CMYK 0.000.570.26   0.25
XYZ29.638019.194027.7339
Yxy19.19400.38710.2507
Hunter Lab43.811044.0856-6.8650
CIE-Lab50.913450.6377-11.4109

#c0528e color RGB value is (192,82,142).

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

The process color (four color CMYK) of #c0528e color hex is 0.00, 0.57, 0.26, 0.25. Web safe color of #c0528e is #cc6699. Color #c0528e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010010 10001110
Octal 300 122 216
Decimal 192 82 142
Hex C0 52 8E

RGB Percentages of Color #c0528e

%46.15
%19.71
%34.13

CMYK Percentages of Color #c0528e

%0
%57
%26
%25

Triadic Colors of #c0528e

#c0528e #8ec052 #528ec0

Analogous Colors of #c0528e

#c0528e #c05257 #bb52c0

Monochromatic Colors of #c0528e

#c0528e

Complementary Color

#c0528e #52c084

#c0528e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0528e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0528e Color CSS Codes

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

#c0528e Text Font Color

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

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


#c0528e Background Color

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

This div background color is #c0528e


#c0528e Border Color

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

This div border color is #c0528e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0528e


Comments

No comments written yet.

Please login to write comment.