Color Hex Logo

#c50afe Color Hex

#C50AFE
(197,10,254)
0 Favorites   0 Comments

Color spaces of #c50afe

RGB 19710254
HSL0.790.990.52
HSV286°96°100°
CMYK 0.220.960.00   0.00
XYZ41.023919.243295.3180
Yxy19.24320.26370.1237
Hunter Lab43.867190.1634-98.1233
CIE-Lab50.970589.1985-75.8570

#c50afe color RGB value is (197,10,254).

#c50afe hex color red value is 197, green value is 10 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c50afe hue: 0.79 , saturation: 0.99 and the lightness value of c50afe is 0.52.

The process color (four color CMYK) of #c50afe color hex is 0.22, 0.96, 0.00, 0.00. Web safe color of #c50afe is #cc00ff. Color #c50afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001010 11111110
Octal 305 12 376
Decimal 197 10 254
Hex C5 A FE

RGB Percentages of Color #c50afe

%42.73
%2.17
%55.10

CMYK Percentages of Color #c50afe

%22
%96
%0
%0

Triadic Colors of #c50afe

#c50afe #fec50a #0afec5

Analogous Colors of #c50afe

#c50afe #fe0abd #4b0afe

Monochromatic Colors of #c50afe

#c50afe

Complementary Color

#c50afe #43fe0a

#c50afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50afe Color CSS Codes

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

#c50afe Text Font Color

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

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


#c50afe Background Color

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

This div background color is #c50afe


#c50afe Border Color

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

This div border color is #c50afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50afe

Related Colors


Comments

No comments written yet.

Please login to write comment.