Color Hex Logo

#c13bfa Color Hex

#C13BFA
(193,59,250)
0 Favorites   0 Comments

Color spaces of #c13bfa

RGB 19359250
HSL0.780.950.61
HSV282°76°98°
CMYK 0.230.760.00   0.02
XYZ40.811621.367592.4158
Yxy21.36750.26400.1382
Hunter Lab46.225076.7022-86.1787
CIE-Lab53.349478.2919-69.7938

#c13bfa color RGB value is (193,59,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111011 11111010
Octal 301 73 372
Decimal 193 59 250
Hex C1 3B FA

RGB Percentages of Color #c13bfa

%38.45
%11.75
%49.80

CMYK Percentages of Color #c13bfa

%23
%76
%0
%2

Triadic Colors of #c13bfa

#c13bfa #fac13b #3bfac1

Analogous Colors of #c13bfa

#c13bfa #fa3bd4 #613bfa

Monochromatic Colors of #c13bfa

#c13bfa

Complementary Color

#c13bfa #74fa3b

#c13bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13bfa Color CSS Codes

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

#c13bfa Text Font Color

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

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


#c13bfa Background Color

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

This div background color is #c13bfa


#c13bfa Border Color

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

This div border color is #c13bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13bfa


Comments

No comments written yet.

Please login to write comment.