Color Hex Logo

#fc8bea Color Hex

#FC8BEA
(252,139,234)
0 Favorites   0 Comments

Color spaces of #fc8bea

RGB 252139234
HSL0.860.950.77
HSV310°45°99°
CMYK 0.000.450.07   0.01
XYZ64.228845.101283.1621
Yxy45.10120.33370.2343
Hunter Lab67.157453.1904-26.4095
CIE-Lab72.958555.3251-29.4411

#fc8bea color RGB value is (252,139,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001011 11101010
Octal 374 213 352
Decimal 252 139 234
Hex FC 8B EA

RGB Percentages of Color #fc8bea

%40.32
%22.24
%37.44

CMYK Percentages of Color #fc8bea

%0
%45
%7
%1

Triadic Colors of #fc8bea

#fc8bea #eafc8b #8beafc

Analogous Colors of #fc8bea

#fc8bea #fc8bb2 #d68bfc

Monochromatic Colors of #fc8bea

#fc8bea

Complementary Color

#fc8bea #8bfc9d

#fc8bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8bea Color CSS Codes

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

#fc8bea Text Font Color

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

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


#fc8bea Background Color

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

This div background color is #fc8bea


#fc8bea Border Color

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

This div border color is #fc8bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8bea

Related Colors


Comments

No comments written yet.

Please login to write comment.