Color Hex Logo

#c13ffa Color Hex

#C13FFA
(193,63,250)
0 Favorites   0 Comments

Color spaces of #c13ffa

RGB 19363250
HSL0.780.950.61
HSV282°75°98°
CMYK 0.230.750.00   0.02
XYZ41.025121.794692.4870
Yxy21.79460.26420.1403
Hunter Lab46.684775.1622-84.7801
CIE-Lab53.808476.9700-69.0510

#c13ffa color RGB value is (193,63,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111111 11111010
Octal 301 77 372
Decimal 193 63 250
Hex C1 3F FA

RGB Percentages of Color #c13ffa

%38.14
%12.45
%49.41

CMYK Percentages of Color #c13ffa

%23
%75
%0
%2

Triadic Colors of #c13ffa

#c13ffa #fac13f #3ffac1

Analogous Colors of #c13ffa

#c13ffa #fa3fd6 #643ffa

Monochromatic Colors of #c13ffa

#c13ffa

Complementary Color

#c13ffa #78fa3f

#c13ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13ffa Color CSS Codes

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

#c13ffa Text Font Color

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

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


#c13ffa Background Color

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

This div background color is #c13ffa


#c13ffa Border Color

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

This div border color is #c13ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13ffa


Comments

No comments written yet.

Please login to write comment.