Color Hex Logo

#fc63ea Color Hex

#FC63EA
(252,99,234)
0 Favorites   0 Comments

Color spaces of #fc63ea

RGB 25299234
HSL0.850.960.69
HSV307°61°99°
CMYK 0.000.610.07   0.01
XYZ59.458035.559681.5718
Yxy35.55960.33670.2014
Hunter Lab59.631973.6238-39.3618
CIE-Lab66.182073.3896-39.9518

#fc63ea color RGB value is (252,99,234).

#fc63ea hex color red value is 252, green value is 99 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fc63ea hue: 0.85 , saturation: 0.96 and the lightness value of fc63ea is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100011 11101010
Octal 374 143 352
Decimal 252 99 234
Hex FC 63 EA

RGB Percentages of Color #fc63ea

%43.08
%16.92
%40.00

CMYK Percentages of Color #fc63ea

%0
%61
%7
%1

Triadic Colors of #fc63ea

#fc63ea #eafc63 #63eafc

Analogous Colors of #fc63ea

#fc63ea #fc639e #c263fc

Monochromatic Colors of #fc63ea

#fc63ea

Complementary Color

#fc63ea #63fc75

#fc63ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc63ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc63ea Color CSS Codes

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

#fc63ea Text Font Color

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

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


#fc63ea Background Color

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

This div background color is #fc63ea


#fc63ea Border Color

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

This div border color is #fc63ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc63ea


Comments

No comments written yet.

Please login to write comment.