Color Hex Logo

#c43ffe Color Hex

#C43FFE
(196,63,254)
0 Favorites   0 Comments

Color spaces of #c43ffe

RGB 19663254
HSL0.780.990.62
HSV282°75°100°
CMYK 0.230.750.00   0.00
XYZ42.431822.446595.8621
Yxy22.44650.26400.1396
Hunter Lab47.377776.9547-86.8004
CIE-Lab54.497678.2698-70.1393

#c43ffe color RGB value is (196,63,254).

#c43ffe hex color red value is 196, green value is 63 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c43ffe hue: 0.78 , saturation: 0.99 and the lightness value of c43ffe is 0.62.

The process color (four color CMYK) of #c43ffe color hex is 0.23, 0.75, 0.00, 0.00. Web safe color of #c43ffe is #cc33ff. Color #c43ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111111 11111110
Octal 304 77 376
Decimal 196 63 254
Hex C4 3F FE

RGB Percentages of Color #c43ffe

%38.21
%12.28
%49.51

CMYK Percentages of Color #c43ffe

%23
%75
%0
%0

Triadic Colors of #c43ffe

#c43ffe #fec43f #3ffec4

Analogous Colors of #c43ffe

#c43ffe #fe3fd9 #653ffe

Monochromatic Colors of #c43ffe

#c43ffe

Complementary Color

#c43ffe #79fe3f

#c43ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43ffe Color CSS Codes

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

#c43ffe Text Font Color

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

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


#c43ffe Background Color

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

This div background color is #c43ffe


#c43ffe Border Color

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

This div border color is #c43ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43ffe


Comments

No comments written yet.

Please login to write comment.