Color Hex Logo

#c53eff Color Hex

#C53EFF
(197,62,255)
0 Favorites   0 Comments

Color spaces of #c53eff

RGB 19762255
HSL0.781.000.62
HSV282°76°100°
CMYK 0.230.760.00   0.00
XYZ42.798622.535696.7018
Yxy22.53560.26410.1391
Hunter Lab47.471777.8532-87.5461
CIE-Lab54.590778.9663-70.5367

#c53eff color RGB value is (197,62,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111110 11111111
Octal 305 76 377
Decimal 197 62 255
Hex C5 3E FF

RGB Percentages of Color #c53eff

%38.33
%12.06
%49.61

CMYK Percentages of Color #c53eff

%23
%76
%0
%0

Triadic Colors of #c53eff

#c53eff #ffc53e #3effc5

Analogous Colors of #c53eff

#c53eff #ff3ed9 #653eff

Monochromatic Colors of #c53eff

#c53eff

Complementary Color

#c53eff #78ff3e

#c53eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53eff Color CSS Codes

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

#c53eff Text Font Color

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

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


#c53eff Background Color

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

This div background color is #c53eff


#c53eff Border Color

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

This div border color is #c53eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53eff

Related Colors


Comments

No comments written yet.

Please login to write comment.