Color Hex Logo

#c43afc Color Hex

#C43AFC
(196,58,252)
0 Favorites   0 Comments

Color spaces of #c43afc

RGB 19658252
HSL0.790.970.61
HSV283°77°99°
CMYK 0.220.770.00   0.01
XYZ41.848721.790194.0957
Yxy21.79010.26530.1381
Hunter Lab46.679978.3362-86.8389
CIE-Lab53.803679.5026-70.1511

#c43afc color RGB value is (196,58,252).

#c43afc hex color red value is 196, green value is 58 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c43afc hue: 0.79 , saturation: 0.97 and the lightness value of c43afc is 0.61.

The process color (four color CMYK) of #c43afc color hex is 0.22, 0.77, 0.00, 0.01. Web safe color of #c43afc is #cc33ff. Color #c43afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111010 11111100
Octal 304 72 374
Decimal 196 58 252
Hex C4 3A FC

RGB Percentages of Color #c43afc

%38.74
%11.46
%49.80

CMYK Percentages of Color #c43afc

%22
%77
%0
%1

Triadic Colors of #c43afc

#c43afc #fcc43a #3afcc4

Analogous Colors of #c43afc

#c43afc #fc3ad3 #633afc

Monochromatic Colors of #c43afc

#c43afc

Complementary Color

#c43afc #72fc3a

#c43afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43afc Color CSS Codes

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

#c43afc Text Font Color

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

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


#c43afc Background Color

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

This div background color is #c43afc


#c43afc Border Color

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

This div border color is #c43afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43afc


Comments

No comments written yet.

Please login to write comment.