Color Hex Logo

#c536bd Color Hex

#C536BD
(197,54,189)
0 Favorites   0 Comments

Color spaces of #c536bd

RGB 19754189
HSL0.840.570.49
HSV303°73°77°
CMYK 0.000.730.04   0.23
XYZ33.530418.182849.8865
Yxy18.18280.33000.1790
Hunter Lab42.641365.7388-39.5151
CIE-Lab49.717170.0312-40.8781

#c536bd color RGB value is (197,54,189).

#c536bd hex color red value is 197, green value is 54 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c536bd hue: 0.84 , saturation: 0.57 and the lightness value of c536bd is 0.49.

The process color (four color CMYK) of #c536bd color hex is 0.00, 0.73, 0.04, 0.23. Web safe color of #c536bd is #cc33cc. Color #c536bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110110 10111101
Octal 305 66 275
Decimal 197 54 189
Hex C5 36 BD

RGB Percentages of Color #c536bd

%44.77
%12.27
%42.95

CMYK Percentages of Color #c536bd

%0
%73
%4
%23

Triadic Colors of #c536bd

#c536bd #bdc536 #36bdc5

Analogous Colors of #c536bd

#c536bd #c53676 #8636c5

Monochromatic Colors of #c536bd

#c536bd

Complementary Color

#c536bd #36c53e

#c536bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c536bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c536bd Color CSS Codes

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

#c536bd Text Font Color

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

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


#c536bd Background Color

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

This div background color is #c536bd


#c536bd Border Color

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

This div border color is #c536bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,54,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c536bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c536bd;
  -webkit-box-shadow: 1px 1px 3px 2px #c536bd;
  box-shadow:         1px 1px 3px 2px #c536bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,54,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c536bd


Comments

No comments written yet.

Please login to write comment.