Color Hex Logo

#c43feb Color Hex

#C43FEB
(196,63,235)
0 Favorites   0 Comments

Color spaces of #c43feb

RGB 19663235
HSL0.800.810.58
HSV286°73°92°
CMYK 0.170.730.00   0.08
XYZ39.537921.288980.6226
Yxy21.28890.27950.1505
Hunter Lab46.139972.2142-71.3025
CIE-Lab53.264274.6932-61.5165

#c43feb color RGB value is (196,63,235).

#c43feb hex color red value is 196, green value is 63 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c43feb hue: 0.80 , saturation: 0.81 and the lightness value of c43feb is 0.58.

The process color (four color CMYK) of #c43feb color hex is 0.17, 0.73, 0.00, 0.08. Web safe color of #c43feb is #cc33ff. Color #c43feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111111 11101011
Octal 304 77 353
Decimal 196 63 235
Hex C4 3F EB

RGB Percentages of Color #c43feb

%39.68
%12.75
%47.57

CMYK Percentages of Color #c43feb

%17
%73
%0
%8

Triadic Colors of #c43feb

#c43feb #ebc43f #3febc4

Analogous Colors of #c43feb

#c43feb #eb3fbc #6e3feb

Monochromatic Colors of #c43feb

#c43feb

Complementary Color

#c43feb #66eb3f

#c43feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43feb Color CSS Codes

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

#c43feb Text Font Color

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

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


#c43feb Background Color

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

This div background color is #c43feb


#c43feb Border Color

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

This div border color is #c43feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43feb


Comments

No comments written yet.

Please login to write comment.