Color Hex Logo

#fc43ff Color Hex

#FC43FF
(252,67,255)
0 Favorites   0 Comments

Color spaces of #fc43ff

RGB 25267255
HSL0.831.000.63
HSV299°74°100°
CMYK 0.010.740.00   0.00
XYZ60.202031.929897.5978
Yxy31.92980.31730.1683
Hunter Lab56.506591.2877-62.8510
CIE-Lab63.284887.6539-56.1389

#fc43ff color RGB value is (252,67,255).

#fc43ff hex color red value is 252, green value is 67 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fc43ff hue: 0.83 , saturation: 1.00 and the lightness value of fc43ff is 0.63.

The process color (four color CMYK) of #fc43ff color hex is 0.01, 0.74, 0.00, 0.00. Web safe color of #fc43ff is #ff33ff. Color #fc43ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000011 11111111
Octal 374 103 377
Decimal 252 67 255
Hex FC 43 FF

RGB Percentages of Color #fc43ff

%43.90
%11.67
%44.43

CMYK Percentages of Color #fc43ff

%1
%74
%0
%0

Triadic Colors of #fc43ff

#fc43ff #fffc43 #43fffc

Analogous Colors of #fc43ff

#fc43ff #ff43a4 #9e43ff

Monochromatic Colors of #fc43ff

#fc43ff

Complementary Color

#fc43ff #46ff43

#fc43ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc43ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc43ff Color CSS Codes

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

#fc43ff Text Font Color

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

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


#fc43ff Background Color

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

This div background color is #fc43ff


#fc43ff Border Color

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

This div border color is #fc43ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc43ff

Related Colors


Comments

No comments written yet.

Please login to write comment.