Color Hex Logo

#c43aad Color Hex

#C43AAD
(196,58,173)
0 Favorites   0 Comments

Color spaces of #c43aad

RGB 19658173
HSL0.860.540.50
HSV310°70°77°
CMYK 0.000.700.12   0.23
XYZ31.820817.779041.2897
Yxy17.77900.35010.1956
Hunter Lab42.165260.9197-28.5434
CIE-Lab49.227066.0343-32.3026

#c43aad color RGB value is (196,58,173).

#c43aad hex color red value is 196, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c43aad hue: 0.86 , saturation: 0.54 and the lightness value of c43aad is 0.50.

The process color (four color CMYK) of #c43aad color hex is 0.00, 0.70, 0.12, 0.23. Web safe color of #c43aad is #cc3399. Color #c43aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111010 10101101
Octal 304 72 255
Decimal 196 58 173
Hex C4 3A AD

RGB Percentages of Color #c43aad

%45.90
%13.58
%40.52

CMYK Percentages of Color #c43aad

%0
%70
%12
%23

Triadic Colors of #c43aad

#c43aad #adc43a #3aadc4

Analogous Colors of #c43aad

#c43aad #c43a68 #963ac4

Monochromatic Colors of #c43aad

#c43aad

Complementary Color

#c43aad #3ac451

#c43aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43aad Color CSS Codes

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

#c43aad Text Font Color

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

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


#c43aad Background Color

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

This div background color is #c43aad


#c43aad Border Color

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

This div border color is #c43aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43aad


Comments

No comments written yet.

Please login to write comment.