Color Hex Logo

#c11aff Color Hex

#C11AFF
(193,26,255)
0 Favorites   0 Comments

Color spaces of #c11aff

RGB 19326255
HSL0.791.000.55
HSV284°90°100°
CMYK 0.240.900.00   0.00
XYZ40.411719.296296.2024
Yxy19.29620.25920.1238
Hunter Lab43.927487.3407-99.0977
CIE-Lab51.032087.0447-76.3410

#c11aff color RGB value is (193,26,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011010 11111111
Octal 301 32 377
Decimal 193 26 255
Hex C1 1A FF

RGB Percentages of Color #c11aff

%40.72
%5.49
%53.80

CMYK Percentages of Color #c11aff

%24
%90
%0
%0

Triadic Colors of #c11aff

#c11aff #ffc11a #1affc1

Analogous Colors of #c11aff

#c11aff #ff1acb #4e1aff

Monochromatic Colors of #c11aff

#c11aff

Complementary Color

#c11aff #58ff1a

#c11aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11aff Color CSS Codes

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

#c11aff Text Font Color

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

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


#c11aff Background Color

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

This div background color is #c11aff


#c11aff Border Color

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

This div border color is #c11aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11aff

Related Colors


Comments

No comments written yet.

Please login to write comment.