Color Hex Logo

#c12aad Color Hex

#C12AAD
(193,42,173)
0 Favorites   0 Comments

Color spaces of #c12aad

RGB 19342173
HSL0.860.640.46
HSV308°78°76°
CMYK 0.000.780.10   0.24
XYZ30.363116.010541.0252
Yxy16.01050.34740.1832
Hunter Lab40.013165.4279-32.7805
CIE-Lab46.988370.2993-35.8527

#c12aad color RGB value is (193,42,173).

#c12aad hex color red value is 193, green value is 42 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c12aad hue: 0.86 , saturation: 0.64 and the lightness value of c12aad is 0.46.

The process color (four color CMYK) of #c12aad color hex is 0.00, 0.78, 0.10, 0.24. Web safe color of #c12aad is #cc3399. Color #c12aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101010 10101101
Octal 301 52 255
Decimal 193 42 173
Hex C1 2A AD

RGB Percentages of Color #c12aad

%47.30
%10.29
%42.40

CMYK Percentages of Color #c12aad

%0
%78
%10
%24

Triadic Colors of #c12aad

#c12aad #adc12a #2aadc1

Analogous Colors of #c12aad

#c12aad #c12a61 #8a2ac1

Monochromatic Colors of #c12aad

#c12aad

Complementary Color

#c12aad #2ac13e

#c12aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12aad Color CSS Codes

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

#c12aad Text Font Color

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

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


#c12aad Background Color

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

This div background color is #c12aad


#c12aad Border Color

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

This div border color is #c12aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12aad


Comments

No comments written yet.

Please login to write comment.