Color Hex Logo

#c0526a Color Hex

#C0526A
(192,82,106)
0 Favorites   0 Comments

Color spaces of #c0526a

RGB 19282106
HSL0.960.470.54
HSV347°57°75°
CMYK 0.000.570.45   0.25
XYZ27.357018.281715.7225
Yxy18.28170.44580.2979
Hunter Lab42.757139.38368.1281
CIE-Lab49.836046.35038.5842

#c0526a color RGB value is (192,82,106).

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

The process color (four color CMYK) of #c0526a color hex is 0.00, 0.57, 0.45, 0.25. Web safe color of #c0526a is #cc6666. Color #c0526a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010010 01101010
Octal 300 122 152
Decimal 192 82 106
Hex C0 52 6A

RGB Percentages of Color #c0526a

%50.53
%21.58
%27.89

CMYK Percentages of Color #c0526a

%0
%57
%45
%25

Triadic Colors of #c0526a

#c0526a #6ac052 #526ac0

Analogous Colors of #c0526a

#c0526a #c07152 #c052a1

Monochromatic Colors of #c0526a

#c0526a

Complementary Color

#c0526a #52c0a8

#c0526a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0526a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0526a Color CSS Codes

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

#c0526a Text Font Color

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

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


#c0526a Background Color

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

This div background color is #c0526a


#c0526a Border Color

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

This div border color is #c0526a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0526a


Comments

No comments written yet.

Please login to write comment.