color codes Logo

#c53feb color codes

#C53FEB
(197,63,235)
0 Favorites   0 Comments

Color spaces of #c53feb

RGB 19763235
HSL0.800.810.58
HSV287°73°92°
CMYK 0.160.730.00   0.08
XYZ39.798921.423580.6348
Yxy21.42350.28060.1510
Hunter Lab46.285572.4847-70.8902
CIE-Lab53.409974.8848-61.2745

#c53feb color RGB value is (197,63,235).

#c53feb hex color red value is 197, green value is 63 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c53feb hue: 0.80 , saturation: 0.81 and the lightness value of c53feb is 0.58.

The process color (four color CMYK) of #c53feb color code is 0.16, 0.73, 0.00, 0.08. Web safe color of #c53feb is #cc33ff. Color #c53feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111111 11101011
Octal 305 77 353
Decimal 197 63 235
Hex C5 3F EB

RGB Percentages of Color #c53feb

%39.80
%12.73
%47.47

CMYK Percentages of Color #c53feb

%16
%73
%0
%8

Triadic Colors of #c53feb

#c53feb #ebc53f #3febc5

Analogous Colors of #c53feb

#c53feb #eb3fbb #6f3feb

Monochromatic Colors of #c53feb

#c53feb

Complementary Color

#c53feb #65eb3f

#c53feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53feb Color CSS Codes

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

#c53feb Text Font Color

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

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


#c53feb Background Color

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

This div background color is #c53feb


#c53feb Border Color

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

This div border color is #c53feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53feb


Comments

No comments written yet.

Please login to write comment.