Color Hex Logo

#c13afe Color Hex

#C13AFE
(193,58,254)
0 Favorites   0 Comments

Color spaces of #c13afe

RGB 19358254
HSL0.780.990.61
HSV281°77°100°
CMYK 0.240.770.00   0.00
XYZ41.394821.519395.7378
Yxy21.51930.26090.1356
Hunter Lab46.388978.1026-89.8910
CIE-Lab53.513279.3740-71.7536

#c13afe color RGB value is (193,58,254).

#c13afe hex color red value is 193, green value is 58 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c13afe hue: 0.78 , saturation: 0.99 and the lightness value of c13afe is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111010 11111110
Octal 301 72 376
Decimal 193 58 254
Hex C1 3A FE

RGB Percentages of Color #c13afe

%38.22
%11.49
%50.30

CMYK Percentages of Color #c13afe

%24
%77
%0
%0

Triadic Colors of #c13afe

#c13afe #fec13a #3afec1

Analogous Colors of #c13afe

#c13afe #fe3ad9 #5f3afe

Monochromatic Colors of #c13afe

#c13afe

Complementary Color

#c13afe #77fe3a

#c13afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13afe Color CSS Codes

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

#c13afe Text Font Color

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

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


#c13afe Background Color

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

This div background color is #c13afe


#c13afe Border Color

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

This div border color is #c13afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13afe


Comments

No comments written yet.

Please login to write comment.