Color Hex Logo

#c113fb Color Hex

#C113FB
(193,19,251)
0 Favorites   0 Comments

Color spaces of #c113fb

RGB 19319251
HSL0.790.970.53
HSV285°92°98°
CMYK 0.230.920.00   0.02
XYZ39.637818.768292.8003
Yxy18.76820.26210.1241
Hunter Lab43.322387.5049-96.6790
CIE-Lab50.414987.2889-75.1155

#c113fb color RGB value is (193,19,251).

#c113fb hex color red value is 193, green value is 19 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c113fb hue: 0.79 , saturation: 0.97 and the lightness value of c113fb is 0.53.

The process color (four color CMYK) of #c113fb color hex is 0.23, 0.92, 0.00, 0.02. Web safe color of #c113fb is #cc00ff. Color #c113fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010011 11111011
Octal 301 23 373
Decimal 193 19 251
Hex C1 13 FB

RGB Percentages of Color #c113fb

%41.68
%4.10
%54.21

CMYK Percentages of Color #c113fb

%23
%92
%0
%2

Triadic Colors of #c113fb

#c113fb #fbc113 #13fbc1

Analogous Colors of #c113fb

#c113fb #fb13c1 #4d13fb

Monochromatic Colors of #c113fb

#c113fb

Complementary Color

#c113fb #4dfb13

#c113fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c113fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c113fb Color CSS Codes

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

#c113fb Text Font Color

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

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


#c113fb Background Color

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

This div background color is #c113fb


#c113fb Border Color

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

This div border color is #c113fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c113fb

Related Colors


Comments

No comments written yet.

Please login to write comment.