Color Hex Logo

#c832fb Color Hex

#C832FB
(200,50,251)
0 Favorites   0 Comments

Color spaces of #c832fb

RGB 20050251
HSL0.790.960.59
HSV285°80°98°
CMYK 0.200.800.00   0.02
XYZ42.372621.525693.1884
Yxy21.52560.26970.1370
Hunter Lab46.395781.8293-86.6104
CIE-Lab53.520082.3057-70.0258

#c832fb color RGB value is (200,50,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110010 11111011
Octal 310 62 373
Decimal 200 50 251
Hex C8 32 FB

RGB Percentages of Color #c832fb

%39.92
%9.98
%50.10

CMYK Percentages of Color #c832fb

%20
%80
%0
%2

Triadic Colors of #c832fb

#c832fb #fbc832 #32fbc8

Analogous Colors of #c832fb

#c832fb #fb32ca #6432fb

Monochromatic Colors of #c832fb

#c832fb

Complementary Color

#c832fb #65fb32

#c832fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c832fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c832fb Color CSS Codes

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

#c832fb Text Font Color

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

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


#c832fb Background Color

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

This div background color is #c832fb


#c832fb Border Color

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

This div border color is #c832fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c832fb


Comments

No comments written yet.

Please login to write comment.