Color Hex Logo

#fc3afd Color Hex

#FC3AFD
(252,58,253)
0 Favorites   0 Comments

Color spaces of #fc3afd

RGB 25258253
HSL0.830.980.61
HSV300°77°99°
CMYK 0.000.770.00   0.01
XYZ59.387630.813495.7460
Yxy30.81340.31940.1657
Hunter Lab55.509893.8274-63.4094
CIE-Lab62.349889.7391-56.5236

#fc3afd color RGB value is (252,58,253).

#fc3afd hex color red value is 252, green value is 58 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fc3afd hue: 0.83 , saturation: 0.98 and the lightness value of fc3afd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111010 11111101
Octal 374 72 375
Decimal 252 58 253
Hex FC 3A FD

RGB Percentages of Color #fc3afd

%44.76
%10.30
%44.94

CMYK Percentages of Color #fc3afd

%0
%77
%0
%1

Triadic Colors of #fc3afd

#fc3afd #fdfc3a #3afdfc

Analogous Colors of #fc3afd

#fc3afd #fd3a9d #9b3afd

Monochromatic Colors of #fc3afd

#fc3afd

Complementary Color

#fc3afd #3bfd3a

#fc3afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3afd Color CSS Codes

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

#fc3afd Text Font Color

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

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


#fc3afd Background Color

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

This div background color is #fc3afd


#fc3afd Border Color

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

This div border color is #fc3afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3afd

Related Colors


Comments

No comments written yet.

Please login to write comment.