Color Hex Logo

#fc8bed Color Hex

#FC8BED
(252,139,237)
0 Favorites   0 Comments

Color spaces of #fc8bed

RGB 252139237
HSL0.860.950.77
HSV308°45°99°
CMYK 0.000.450.06   0.01
XYZ64.663645.275185.4516
Yxy45.27510.33090.2317
Hunter Lab67.286853.7893-28.1953
CIE-Lab73.072755.8208-30.9068

#fc8bed color RGB value is (252,139,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001011 11101101
Octal 374 213 355
Decimal 252 139 237
Hex FC 8B ED

RGB Percentages of Color #fc8bed

%40.13
%22.13
%37.74

CMYK Percentages of Color #fc8bed

%0
%45
%6
%1

Triadic Colors of #fc8bed

#fc8bed #edfc8b #8bedfc

Analogous Colors of #fc8bed

#fc8bed #fc8bb5 #d38bfc

Monochromatic Colors of #fc8bed

#fc8bed

Complementary Color

#fc8bed #8bfc9a

#fc8bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8bed Color CSS Codes

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

#fc8bed Text Font Color

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

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


#fc8bed Background Color

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

This div background color is #fc8bed


#fc8bed Border Color

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

This div border color is #fc8bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8bed


Comments

No comments written yet.

Please login to write comment.