Color Hex Logo

#c432fb Color Hex

#C432FB
(196,50,251)
0 Favorites   0 Comments

Color spaces of #c432fb

RGB 19650251
HSL0.790.960.59
HSV284°80°98°
CMYK 0.220.800.00   0.02
XYZ41.318120.982093.1390
Yxy20.98200.26580.1350
Hunter Lab45.806180.8501-88.4919
CIE-Lab52.929881.6545-71.0099

#c432fb color RGB value is (196,50,251).

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

The process color (four color CMYK) of #c432fb color hex is 0.22, 0.80, 0.00, 0.02. Web safe color of #c432fb is #cc33ff. Color #c432fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110010 11111011
Octal 304 62 373
Decimal 196 50 251
Hex C4 32 FB

RGB Percentages of Color #c432fb

%39.44
%10.06
%50.50

CMYK Percentages of Color #c432fb

%22
%80
%0
%2

Triadic Colors of #c432fb

#c432fb #fbc432 #32fbc4

Analogous Colors of #c432fb

#c432fb #fb32ce #6032fb

Monochromatic Colors of #c432fb

#c432fb

Complementary Color

#c432fb #69fb32

#c432fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c432fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c432fb Color CSS Codes

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

#c432fb Text Font Color

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

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


#c432fb Background Color

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

This div background color is #c432fb


#c432fb Border Color

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

This div border color is #c432fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c432fb


Comments

No comments written yet.

Please login to write comment.