Color Hex Logo

#c121ff Color Hex

#C121FF
(193,33,255)
0 Favorites   0 Comments

Color spaces of #c121ff

RGB 19333255
HSL0.791.000.56
HSV283°87°100°
CMYK 0.240.870.00   0.00
XYZ40.586219.645296.2605
Yxy19.64520.25940.1255
Hunter Lab44.322985.8862-97.7400
CIE-Lab51.433785.8535-75.6871

#c121ff color RGB value is (193,33,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100001 11111111
Octal 301 41 377
Decimal 193 33 255
Hex C1 21 FF

RGB Percentages of Color #c121ff

%40.12
%6.86
%53.01

CMYK Percentages of Color #c121ff

%24
%87
%0
%0

Triadic Colors of #c121ff

#c121ff #ffc121 #21ffc1

Analogous Colors of #c121ff

#c121ff #ff21ce #5221ff

Monochromatic Colors of #c121ff

#c121ff

Complementary Color

#c121ff #5fff21

#c121ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c121ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c121ff Color CSS Codes

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

#c121ff Text Font Color

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

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


#c121ff Background Color

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

This div background color is #c121ff


#c121ff Border Color

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

This div border color is #c121ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c121ff


Comments

No comments written yet.

Please login to write comment.