Color Hex Logo

#c43abd Color Hex

#C43ABD
(196,58,189)
0 Favorites   0 Comments

Color spaces of #c43abd

RGB 19658189
HSL0.840.540.50
HSV303°70°77°
CMYK 0.000.700.04   0.23
XYZ33.463318.436049.9389
Yxy18.43600.32860.1810
Hunter Lab42.937263.9749-38.9024
CIE-Lab50.020768.4865-40.4086

#c43abd color RGB value is (196,58,189).

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

The process color (four color CMYK) of #c43abd color hex is 0.00, 0.70, 0.04, 0.23. Web safe color of #c43abd is #cc33cc. Color #c43abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111010 10111101
Octal 304 72 275
Decimal 196 58 189
Hex C4 3A BD

RGB Percentages of Color #c43abd

%44.24
%13.09
%42.66

CMYK Percentages of Color #c43abd

%0
%70
%4
%23

Triadic Colors of #c43abd

#c43abd #bdc43a #3abdc4

Analogous Colors of #c43abd

#c43abd #c43a78 #863ac4

Monochromatic Colors of #c43abd

#c43abd

Complementary Color

#c43abd #3ac441

#c43abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43abd Color CSS Codes

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

#c43abd Text Font Color

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

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


#c43abd Background Color

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

This div background color is #c43abd


#c43abd Border Color

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

This div border color is #c43abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,58,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43abd


Comments

No comments written yet.

Please login to write comment.