Color Hex Logo

#c732fc Color Hex

#C732FC
(199,50,252)
0 Favorites   0 Comments

Color spaces of #c732fc

RGB 19950252
HSL0.790.970.59
HSV284°80°99°
CMYK 0.210.800.00   0.01
XYZ42.264521.451694.0084
Yxy21.45160.26800.1360
Hunter Lab46.315981.8334-87.9212
CIE-Lab53.440282.3244-70.7187

#c732fc color RGB value is (199,50,252).

#c732fc hex color red value is 199, green value is 50 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c732fc hue: 0.79 , saturation: 0.97 and the lightness value of c732fc is 0.59.

The process color (four color CMYK) of #c732fc color hex is 0.21, 0.80, 0.00, 0.01. Web safe color of #c732fc is #cc33ff. Color #c732fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110010 11111100
Octal 307 62 374
Decimal 199 50 252
Hex C7 32 FC

RGB Percentages of Color #c732fc

%39.72
%9.98
%50.30

CMYK Percentages of Color #c732fc

%21
%80
%0
%1

Triadic Colors of #c732fc

#c732fc #fcc732 #32fcc7

Analogous Colors of #c732fc

#c732fc #fc32cc #6232fc

Monochromatic Colors of #c732fc

#c732fc

Complementary Color

#c732fc #67fc32

#c732fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c732fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c732fc Color CSS Codes

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

#c732fc Text Font Color

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

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


#c732fc Background Color

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

This div background color is #c732fc


#c732fc Border Color

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

This div border color is #c732fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c732fc

Related Colors


Comments

No comments written yet.

Please login to write comment.