Color Hex Logo

#c53bfb Color Hex

#C53BFB
(197,59,251)
0 Favorites   0 Comments

Color spaces of #c53bfb

RGB 19759251
HSL0.790.960.61
HSV283°76°98°
CMYK 0.220.760.00   0.02
XYZ42.002521.963393.2923
Yxy21.96330.26710.1397
Hunter Lab46.865077.9658-85.2207
CIE-Lab53.988079.1730-69.2894

#c53bfb color RGB value is (197,59,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111011 11111011
Octal 305 73 373
Decimal 197 59 251
Hex C5 3B FB

RGB Percentages of Color #c53bfb

%38.86
%11.64
%49.51

CMYK Percentages of Color #c53bfb

%22
%76
%0
%2

Triadic Colors of #c53bfb

#c53bfb #fbc53b #3bfbc5

Analogous Colors of #c53bfb

#c53bfb #fb3bd1 #653bfb

Monochromatic Colors of #c53bfb

#c53bfb

Complementary Color

#c53bfb #71fb3b

#c53bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53bfb Color CSS Codes

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

#c53bfb Text Font Color

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

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


#c53bfb Background Color

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

This div background color is #c53bfb


#c53bfb Border Color

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

This div border color is #c53bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53bfb


Comments

No comments written yet.

Please login to write comment.