Color Hex Logo

#c43fca Color Hex

#C43FCA
(196,63,202)
0 Favorites   0 Comments

Color spaces of #c43fca

RGB 19663202
HSL0.830.570.52
HSV297°69°79°
CMYK 0.030.690.00   0.21
XYZ35.203119.555057.7962
Yxy19.55500.31280.1737
Hunter Lab44.221064.7119-46.5364
CIE-Lab51.330368.8573-45.8491

#c43fca color RGB value is (196,63,202).

#c43fca hex color red value is 196, green value is 63 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c43fca hue: 0.83 , saturation: 0.57 and the lightness value of c43fca is 0.52.

The process color (four color CMYK) of #c43fca color hex is 0.03, 0.69, 0.00, 0.21. Web safe color of #c43fca is #cc33cc. Color #c43fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111111 11001010
Octal 304 77 312
Decimal 196 63 202
Hex C4 3F CA

RGB Percentages of Color #c43fca

%42.52
%13.67
%43.82

CMYK Percentages of Color #c43fca

%3
%69
%0
%21

Triadic Colors of #c43fca

#c43fca #cac43f #3fcac4

Analogous Colors of #c43fca

#c43fca #ca3f8b #7f3fca

Monochromatic Colors of #c43fca

#c43fca

Complementary Color

#c43fca #45ca3f

#c43fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43fca Color CSS Codes

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

#c43fca Text Font Color

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

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


#c43fca Background Color

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

This div background color is #c43fca


#c43fca Border Color

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

This div border color is #c43fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43fca


Comments

No comments written yet.

Please login to write comment.