Color Hex Logo

#fc32ea Color Hex

#FC32EA
(252,50,234)
0 Favorites   0 Comments

Color spaces of #fc32ea

RGB 25250234
HSL0.850.970.59
HSV305°80°99°
CMYK 0.000.800.07   0.01
XYZ56.136828.917280.4647
Yxy28.91720.33920.1747
Hunter Lab53.774792.2350-51.0751
CIE-Lab60.708588.8675-48.5634

#fc32ea color RGB value is (252,50,234).

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

The process color (four color CMYK) of #fc32ea color hex is 0.00, 0.80, 0.07, 0.01. Web safe color of #fc32ea is #ff33ff. Color #fc32ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110010 11101010
Octal 374 62 352
Decimal 252 50 234
Hex FC 32 EA

RGB Percentages of Color #fc32ea

%47.01
%9.33
%43.66

CMYK Percentages of Color #fc32ea

%0
%80
%7
%1

Triadic Colors of #fc32ea

#fc32ea #eafc32 #32eafc

Analogous Colors of #fc32ea

#fc32ea #fc3285 #a932fc

Monochromatic Colors of #fc32ea

#fc32ea

Complementary Color

#fc32ea #32fc44

#fc32ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc32ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc32ea Color CSS Codes

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

#fc32ea Text Font Color

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

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


#fc32ea Background Color

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

This div background color is #fc32ea


#fc32ea Border Color

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

This div border color is #fc32ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,50,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 #fc32ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc32ea

Related Colors


Comments

No comments written yet.

Please login to write comment.