Color Hex Logo

#c932bd Color Hex

#C932BD
(201,50,189)
0 Favorites   0 Comments

Color spaces of #c932bd

RGB 20150189
HSL0.850.600.49
HSV305°75°79°
CMYK 0.000.750.06   0.21
XYZ34.413318.372849.8766
Yxy18.37280.33520.1790
Hunter Lab42.863568.2990-38.9863
CIE-Lab49.945272.1220-40.4746

#c932bd color RGB value is (201,50,189).

#c932bd hex color red value is 201, green value is 50 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c932bd hue: 0.85 , saturation: 0.60 and the lightness value of c932bd is 0.49.

The process color (four color CMYK) of #c932bd color hex is 0.00, 0.75, 0.06, 0.21. Web safe color of #c932bd is #cc33cc. Color #c932bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110010 10111101
Octal 311 62 275
Decimal 201 50 189
Hex C9 32 BD

RGB Percentages of Color #c932bd

%45.68
%11.36
%42.95

CMYK Percentages of Color #c932bd

%0
%75
%6
%21

Triadic Colors of #c932bd

#c932bd #bdc932 #32bdc9

Analogous Colors of #c932bd

#c932bd #c93272 #8a32c9

Monochromatic Colors of #c932bd

#c932bd

Complementary Color

#c932bd #32c93e

#c932bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c932bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c932bd Color CSS Codes

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

#c932bd Text Font Color

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

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


#c932bd Background Color

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

This div background color is #c932bd


#c932bd Border Color

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

This div border color is #c932bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c932bd


Comments

No comments written yet.

Please login to write comment.