Color Hex Logo

#fc32ee Color Hex

#FC32EE
(252,50,238)
0 Favorites   0 Comments

Color spaces of #fc32ee

RGB 25250238
HSL0.840.970.59
HSV304°80°99°
CMYK 0.000.800.06   0.01
XYZ56.718129.149783.5260
Yxy29.14970.33480.1721
Hunter Lab53.990593.0346-53.9313
CIE-Lab60.913589.4268-50.4745

#fc32ee color RGB value is (252,50,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110010 11101110
Octal 374 62 356
Decimal 252 50 238
Hex FC 32 EE

RGB Percentages of Color #fc32ee

%46.67
%9.26
%44.07

CMYK Percentages of Color #fc32ee

%0
%80
%6
%1

Triadic Colors of #fc32ee

#fc32ee #eefc32 #32eefc

Analogous Colors of #fc32ee

#fc32ee #fc3289 #a532fc

Monochromatic Colors of #fc32ee

#fc32ee

Complementary Color

#fc32ee #32fc40

#fc32ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc32ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc32ee Color CSS Codes

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

#fc32ee Text Font Color

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

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


#fc32ee Background Color

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

This div background color is #fc32ee


#fc32ee Border Color

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

This div border color is #fc32ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc32ee

Related Colors


Comments

No comments written yet.

Please login to write comment.