Color Hex Logo

#fc088d Color Hex

#FC088D
(252,8,141)
0 Favorites   0 Comments

Color spaces of #fc088d

RGB 2528141
HSL0.910.980.51
HSV327°97°99°
CMYK 0.000.970.44   0.01
XYZ45.039422.792227.2248
Yxy22.79220.47380.2398
Hunter Lab47.741284.8512-0.3918
CIE-Lab54.857684.3907-3.8300

#fc088d color RGB value is (252,8,141).

#fc088d hex color red value is 252, green value is 8 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fc088d hue: 0.91 , saturation: 0.98 and the lightness value of fc088d is 0.51.

The process color (four color CMYK) of #fc088d color hex is 0.00, 0.97, 0.44, 0.01. Web safe color of #fc088d is #ff0099. Color #fc088d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001000 10001101
Octal 374 10 215
Decimal 252 8 141
Hex FC 8 8D

RGB Percentages of Color #fc088d

%62.84
%2.00
%35.16

CMYK Percentages of Color #fc088d

%0
%97
%44
%1

Triadic Colors of #fc088d

#fc088d #8dfc08 #088dfc

Analogous Colors of #fc088d

#fc088d #fc0813 #f108fc

Monochromatic Colors of #fc088d

#fc088d

Complementary Color

#fc088d #08fc77

#fc088d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc088d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc088d Color CSS Codes

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

#fc088d Text Font Color

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

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


#fc088d Background Color

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

This div background color is #fc088d


#fc088d Border Color

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

This div border color is #fc088d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc088d

Related Colors


Comments

No comments written yet.

Please login to write comment.