Color Hex Logo

#c533bd Color Hex

#C533BD
(197,51,189)
0 Favorites   0 Comments

Color spaces of #c533bd

RGB 19751189
HSL0.840.590.49
HSV303°74°77°
CMYK 0.000.740.04   0.23
XYZ33.395117.912149.8414
Yxy17.91210.33020.1771
Hunter Lab42.322766.7823-40.1971
CIE-Lab49.389370.9681-41.3967

#c533bd color RGB value is (197,51,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110011 10111101
Octal 305 63 275
Decimal 197 51 189
Hex C5 33 BD

RGB Percentages of Color #c533bd

%45.08
%11.67
%43.25

CMYK Percentages of Color #c533bd

%0
%74
%4
%23

Triadic Colors of #c533bd

#c533bd #bdc533 #33bdc5

Analogous Colors of #c533bd

#c533bd #c53374 #8433c5

Monochromatic Colors of #c533bd

#c533bd

Complementary Color

#c533bd #33c53b

#c533bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c533bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c533bd Color CSS Codes

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

#c533bd Text Font Color

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

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


#c533bd Background Color

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

This div background color is #c533bd


#c533bd Border Color

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

This div border color is #c533bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,51,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 #c533bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c533bd


Comments

No comments written yet.

Please login to write comment.