Color Hex Logo

#c53bff Color Hex

#C53BFF
(197,59,255)
0 Favorites   0 Comments

Color spaces of #c53bff

RGB 19759255
HSL0.781.000.62
HSV282°77°100°
CMYK 0.230.770.00   0.00
XYZ42.639922.218296.6489
Yxy22.21820.26400.1376
Hunter Lab47.136278.9847-88.5740
CIE-Lab54.257879.9272-71.0758

#c53bff color RGB value is (197,59,255).

#c53bff hex color red value is 197, green value is 59 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c53bff hue: 0.78 , saturation: 1.00 and the lightness value of c53bff is 0.62.

The process color (four color CMYK) of #c53bff color hex is 0.23, 0.77, 0.00, 0.00. Web safe color of #c53bff is #cc33ff. Color #c53bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111011 11111111
Octal 305 73 377
Decimal 197 59 255
Hex C5 3B FF

RGB Percentages of Color #c53bff

%38.55
%11.55
%49.90

CMYK Percentages of Color #c53bff

%23
%77
%0
%0

Triadic Colors of #c53bff

#c53bff #ffc53b #3bffc5

Analogous Colors of #c53bff

#c53bff #ff3bd7 #633bff

Monochromatic Colors of #c53bff

#c53bff

Complementary Color

#c53bff #75ff3b

#c53bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53bff Color CSS Codes

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

#c53bff Text Font Color

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

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


#c53bff Background Color

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

This div background color is #c53bff


#c53bff Border Color

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

This div border color is #c53bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,59,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53bff


Comments

No comments written yet.

Please login to write comment.