Color Hex Logo

#c536fb Color Hex

#C536FB
(197,54,251)
0 Favorites   0 Comments

Color spaces of #c536fb

RGB 19754251
HSL0.790.960.60
HSV284°78°98°
CMYK 0.220.780.00   0.02
XYZ41.757721.473793.2107
Yxy21.47370.26690.1373
Hunter Lab46.339779.7556-86.8219
CIE-Lab53.464180.6901-70.1374

#c536fb color RGB value is (197,54,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110110 11111011
Octal 305 66 373
Decimal 197 54 251
Hex C5 36 FB

RGB Percentages of Color #c536fb

%39.24
%10.76
%50.00

CMYK Percentages of Color #c536fb

%22
%78
%0
%2

Triadic Colors of #c536fb

#c536fb #fbc536 #36fbc5

Analogous Colors of #c536fb

#c536fb #fb36cf #6236fb

Monochromatic Colors of #c536fb

#c536fb

Complementary Color

#c536fb #6cfb36

#c536fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c536fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c536fb Color CSS Codes

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

#c536fb Text Font Color

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

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


#c536fb Background Color

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

This div background color is #c536fb


#c536fb Border Color

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

This div border color is #c536fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c536fb


Comments

No comments written yet.

Please login to write comment.