Color Hex Logo

#fc3eed Color Hex

#FC3EED
(252,62,237)
0 Favorites   0 Comments

Color spaces of #fc3eed

RGB 25262237
HSL0.850.970.62
HSV305°75°99°
CMYK 0.000.750.06   0.01
XYZ57.153630.255182.9483
Yxy30.25510.33550.1776
Hunter Lab55.004689.2157-50.9075
CIE-Lab61.873786.3627-48.3960

#fc3eed color RGB value is (252,62,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111110 11101101
Octal 374 76 355
Decimal 252 62 237
Hex FC 3E ED

RGB Percentages of Color #fc3eed

%45.74
%11.25
%43.01

CMYK Percentages of Color #fc3eed

%0
%75
%6
%1

Triadic Colors of #fc3eed

#fc3eed #edfc3e #3eedfc

Analogous Colors of #fc3eed

#fc3eed #fc3e8e #ac3efc

Monochromatic Colors of #fc3eed

#fc3eed

Complementary Color

#fc3eed #3efc4d

#fc3eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3eed Color CSS Codes

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

#fc3eed Text Font Color

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

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


#fc3eed Background Color

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

This div background color is #fc3eed


#fc3eed Border Color

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

This div border color is #fc3eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3eed


Comments

No comments written yet.

Please login to write comment.