Color Hex Logo

#fc27ed Color Hex

#FC27ED
(252,39,237)
0 Favorites   0 Comments

Color spaces of #fc27ed

RGB 25239237
HSL0.850.970.57
HSV304°85°99°
CMYK 0.000.850.06   0.01
XYZ56.156528.260982.6159
Yxy28.26090.33620.1692
Hunter Lab53.161095.5264-54.9281
CIE-Lab60.123791.4371-51.1689

#fc27ed color RGB value is (252,39,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100111 11101101
Octal 374 47 355
Decimal 252 39 237
Hex FC 27 ED

RGB Percentages of Color #fc27ed

%47.73
%7.39
%44.89

CMYK Percentages of Color #fc27ed

%0
%85
%6
%1

Triadic Colors of #fc27ed

#fc27ed #edfc27 #27edfc

Analogous Colors of #fc27ed

#fc27ed #fc2783 #a127fc

Monochromatic Colors of #fc27ed

#fc27ed

Complementary Color

#fc27ed #27fc36

#fc27ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc27ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc27ed Color CSS Codes

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

#fc27ed Text Font Color

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

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


#fc27ed Background Color

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

This div background color is #fc27ed


#fc27ed Border Color

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

This div border color is #fc27ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc27ed


Comments

No comments written yet.

Please login to write comment.