Color Hex Logo

#fc4efa Color Hex

#FC4EFA
(252,78,250)
0 Favorites   0 Comments

Color spaces of #fc4efa

RGB 25278250
HSL0.840.970.65
HSV301°69°99°
CMYK 0.000.690.01   0.01
XYZ60.124633.046493.6521
Yxy33.04640.32180.1769
Hunter Lab57.486086.0926-56.3509
CIE-Lab64.198583.5317-51.9291

#fc4efa color RGB value is (252,78,250).

#fc4efa hex color red value is 252, green value is 78 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fc4efa hue: 0.84 , saturation: 0.97 and the lightness value of fc4efa is 0.65.

The process color (four color CMYK) of #fc4efa color hex is 0.00, 0.69, 0.01, 0.01. Web safe color of #fc4efa is #ff66ff. Color #fc4efa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001110 11111010
Octal 374 116 372
Decimal 252 78 250
Hex FC 4E FA

RGB Percentages of Color #fc4efa

%43.45
%13.45
%43.10

CMYK Percentages of Color #fc4efa

%0
%69
%1
%1

Triadic Colors of #fc4efa

#fc4efa #fafc4e #4efafc

Analogous Colors of #fc4efa

#fc4efa #fc4ea3 #a74efc

Monochromatic Colors of #fc4efa

#fc4efa

Complementary Color

#fc4efa #4efc50

#fc4efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4efa Color CSS Codes

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

#fc4efa Text Font Color

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

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


#fc4efa Background Color

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

This div background color is #fc4efa


#fc4efa Border Color

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

This div border color is #fc4efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4efa

Related Colors


Comments

No comments written yet.

Please login to write comment.