Color Hex Logo

#c11afc Color Hex

#C11AFC
(193,26,252)
0 Favorites   0 Comments

Color spaces of #c11afc

RGB 19326252
HSL0.790.970.55
HSV284°90°99°
CMYK 0.230.900.00   0.01
XYZ39.932419.104593.6783
Yxy19.10450.26150.1251
Hunter Lab43.708786.5879-96.4767
CIE-Lab50.809286.5123-75.0317

#c11afc color RGB value is (193,26,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011010 11111100
Octal 301 32 374
Decimal 193 26 252
Hex C1 1A FC

RGB Percentages of Color #c11afc

%40.98
%5.52
%53.50

CMYK Percentages of Color #c11afc

%23
%90
%0
%1

Triadic Colors of #c11afc

#c11afc #fcc11a #1afcc1

Analogous Colors of #c11afc

#c11afc #fc1ac6 #501afc

Monochromatic Colors of #c11afc

#c11afc

Complementary Color

#c11afc #55fc1a

#c11afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11afc Color CSS Codes

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

#c11afc Text Font Color

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

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


#c11afc Background Color

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

This div background color is #c11afc


#c11afc Border Color

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

This div border color is #c11afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11afc


Comments

No comments written yet.

Please login to write comment.