Color Hex Logo

#fc81ed Color Hex

#FC81ED
(252,129,237)
0 Favorites   0 Comments

Color spaces of #fc81ed

RGB 252129237
HSL0.850.950.75
HSV307°49°99°
CMYK 0.000.490.06   0.01
XYZ63.281242.510484.9908
Yxy42.51040.33170.2228
Hunter Lab65.200059.1468-31.6469
CIE-Lab71.221460.6441-33.7664

#fc81ed color RGB value is (252,129,237).

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

The process color (four color CMYK) of #fc81ed color hex is 0.00, 0.49, 0.06, 0.01. Web safe color of #fc81ed is #ff99ff. Color #fc81ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000001 11101101
Octal 374 201 355
Decimal 252 129 237
Hex FC 81 ED

RGB Percentages of Color #fc81ed

%40.78
%20.87
%38.35

CMYK Percentages of Color #fc81ed

%0
%49
%6
%1

Triadic Colors of #fc81ed

#fc81ed #edfc81 #81edfc

Analogous Colors of #fc81ed

#fc81ed #fc81b0 #ce81fc

Monochromatic Colors of #fc81ed

#fc81ed

Complementary Color

#fc81ed #81fc90

#fc81ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc81ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc81ed Color CSS Codes

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

#fc81ed Text Font Color

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

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


#fc81ed Background Color

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

This div background color is #fc81ed


#fc81ed Border Color

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

This div border color is #fc81ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc81ed


Comments

No comments written yet.

Please login to write comment.