Color Hex Logo

#c12add Color Hex

#C12ADD
(193,42,221)
0 Favorites   0 Comments

Color spaces of #c12add

RGB 19342221
HSL0.810.720.52
HSV291°81°87°
CMYK 0.130.810.00   0.13
XYZ35.871418.213870.0316
Yxy18.21380.28900.1467
Hunter Lab42.677675.3470-67.4172
CIE-Lab49.754477.9080-59.2703

#c12add color RGB value is (193,42,221).

#c12add hex color red value is 193, green value is 42 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c12add hue: 0.81 , saturation: 0.72 and the lightness value of c12add is 0.52.

The process color (four color CMYK) of #c12add color hex is 0.13, 0.81, 0.00, 0.13. Web safe color of #c12add is #cc33cc. Color #c12add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101010 11011101
Octal 301 52 335
Decimal 193 42 221
Hex C1 2A DD

RGB Percentages of Color #c12add

%42.32
%9.21
%48.46

CMYK Percentages of Color #c12add

%13
%81
%0
%13

Triadic Colors of #c12add

#c12add #ddc12a #2addc1

Analogous Colors of #c12add

#c12add #dd2aa0 #682add

Monochromatic Colors of #c12add

#c12add

Complementary Color

#c12add #46dd2a

#c12add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12add Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12add Color CSS Codes

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

#c12add Text Font Color

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

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


#c12add Background Color

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

This div background color is #c12add


#c12add Border Color

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

This div border color is #c12add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12add


Comments

No comments written yet.

Please login to write comment.