Color Hex Logo

#c43fcb Color Hex

#C43FCB
(196,63,203)
0 Favorites   0 Comments

Color spaces of #c43fcb

RGB 19663203
HSL0.830.570.52
HSV297°69°80°
CMYK 0.030.690.00   0.20
XYZ35.321919.602658.4219
Yxy19.60260.31160.1729
Hunter Lab44.274864.9241-47.2425
CIE-Lab51.384969.0255-46.3373

#c43fcb color RGB value is (196,63,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111111 11001011
Octal 304 77 313
Decimal 196 63 203
Hex C4 3F CB

RGB Percentages of Color #c43fcb

%42.42
%13.64
%43.94

CMYK Percentages of Color #c43fcb

%3
%69
%0
%20

Triadic Colors of #c43fcb

#c43fcb #cbc43f #3fcbc4

Analogous Colors of #c43fcb

#c43fcb #cb3f8c #7e3fcb

Monochromatic Colors of #c43fcb

#c43fcb

Complementary Color

#c43fcb #46cb3f

#c43fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43fcb Color CSS Codes

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

#c43fcb Text Font Color

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

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


#c43fcb Background Color

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

This div background color is #c43fcb


#c43fcb Border Color

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

This div border color is #c43fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43fcb


Comments

No comments written yet.

Please login to write comment.