Color Hex Logo

#c53efa Color Hex

#C53EFA
(197,62,250)
0 Favorites   0 Comments

Color spaces of #c53efa

RGB 19762250
HSL0.790.950.61
HSV283°75°98°
CMYK 0.210.750.00   0.02
XYZ42.003922.217792.5171
Yxy22.21770.26800.1417
Hunter Lab47.135776.5789-83.3785
CIE-Lab54.257278.0169-68.2977

#c53efa color RGB value is (197,62,250).

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

The process color (four color CMYK) of #c53efa color hex is 0.21, 0.75, 0.00, 0.02. Web safe color of #c53efa is #cc33ff. Color #c53efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111110 11111010
Octal 305 76 372
Decimal 197 62 250
Hex C5 3E FA

RGB Percentages of Color #c53efa

%38.70
%12.18
%49.12

CMYK Percentages of Color #c53efa

%21
%75
%0
%2

Triadic Colors of #c53efa

#c53efa #fac53e #3efac5

Analogous Colors of #c53efa

#c53efa #fa3ed1 #673efa

Monochromatic Colors of #c53efa

#c53efa

Complementary Color

#c53efa #73fa3e

#c53efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53efa Color CSS Codes

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

#c53efa Text Font Color

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

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


#c53efa Background Color

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

This div background color is #c53efa


#c53efa Border Color

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

This div border color is #c53efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53efa


Comments

No comments written yet.

Please login to write comment.