Color Hex Logo

#c122ff Color Hex

#C122FF
(193,34,255)
0 Favorites   0 Comments

Color spaces of #c122ff

RGB 19334255
HSL0.791.000.57
HSV283°87°100°
CMYK 0.240.870.00   0.00
XYZ40.614319.701596.2699
Yxy19.70150.25940.1258
Hunter Lab44.386485.6544-97.5240
CIE-Lab51.498085.6630-75.5824

#c122ff color RGB value is (193,34,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100010 11111111
Octal 301 42 377
Decimal 193 34 255
Hex C1 22 FF

RGB Percentages of Color #c122ff

%40.04
%7.05
%52.90

CMYK Percentages of Color #c122ff

%24
%87
%0
%0

Triadic Colors of #c122ff

#c122ff #ffc122 #22ffc1

Analogous Colors of #c122ff

#c122ff #ff22cf #5322ff

Monochromatic Colors of #c122ff

#c122ff

Complementary Color

#c122ff #60ff22

#c122ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c122ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c122ff Color CSS Codes

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

#c122ff Text Font Color

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

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


#c122ff Background Color

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

This div background color is #c122ff


#c122ff Border Color

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

This div border color is #c122ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c122ff

Related Colors

#c122ff Color Palettes


Comments

No comments written yet.

Please login to write comment.