Color Hex Logo

#c13bfc Color Hex

#C13BFC
(193,59,252)
0 Favorites   0 Comments

Color spaces of #c13bfc

RGB 19359252
HSL0.780.970.61
HSV282°77°99°
CMYK 0.230.770.00   0.01
XYZ41.127021.493794.0765
Yxy21.49370.26250.1372
Hunter Lab46.361377.2147-87.8586
CIE-Lab53.485678.6738-70.6864

#c13bfc color RGB value is (193,59,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111011 11111100
Octal 301 73 374
Decimal 193 59 252
Hex C1 3B FC

RGB Percentages of Color #c13bfc

%38.29
%11.71
%50.00

CMYK Percentages of Color #c13bfc

%23
%77
%0
%1

Triadic Colors of #c13bfc

#c13bfc #fcc13b #3bfcc1

Analogous Colors of #c13bfc

#c13bfc #fc3bd7 #603bfc

Monochromatic Colors of #c13bfc

#c13bfc

Complementary Color

#c13bfc #76fc3b

#c13bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13bfc Color CSS Codes

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

#c13bfc Text Font Color

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

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


#c13bfc Background Color

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

This div background color is #c13bfc


#c13bfc Border Color

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

This div border color is #c13bfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,59,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.