Color Hex Logo

#c732bc Color Hex

#C732BC
(199,50,188)
0 Favorites   0 Comments

Color spaces of #c732bc

RGB 19950188
HSL0.850.600.49
HSV304°75°78°
CMYK 0.000.750.06   0.22
XYZ33.770918.054249.2818
Yxy18.05420.33400.1786
Hunter Lab42.490267.5125-39.0236
CIE-Lab49.561871.5432-40.5203

#c732bc color RGB value is (199,50,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110010 10111100
Octal 307 62 274
Decimal 199 50 188
Hex C7 32 BC

RGB Percentages of Color #c732bc

%45.54
%11.44
%43.02

CMYK Percentages of Color #c732bc

%0
%75
%6
%22

Triadic Colors of #c732bc

#c732bc #bcc732 #32bcc7

Analogous Colors of #c732bc

#c732bc #c73272 #8832c7

Monochromatic Colors of #c732bc

#c732bc

Complementary Color

#c732bc #32c73d

#c732bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c732bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c732bc Color CSS Codes

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

#c732bc Text Font Color

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

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


#c732bc Background Color

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

This div background color is #c732bc


#c732bc Border Color

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

This div border color is #c732bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,50,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c732bc


Comments

No comments written yet.

Please login to write comment.