Color Hex Logo

#fc88dc Color Hex

#FC88DC
(252,136,220)
0 Favorites   0 Comments

Color spaces of #fc88dc

RGB 252136220
HSL0.880.950.76
HSV317°46°99°
CMYK 0.000.460.13   0.01
XYZ61.867343.471172.8401
Yxy43.47110.34720.2440
Hunter Lab65.932652.1118-19.3487
CIE-Lab71.873654.5569-23.4115

#fc88dc color RGB value is (252,136,220).

#fc88dc hex color red value is 252, green value is 136 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fc88dc hue: 0.88 , saturation: 0.95 and the lightness value of fc88dc is 0.76.

The process color (four color CMYK) of #fc88dc color hex is 0.00, 0.46, 0.13, 0.01. Web safe color of #fc88dc is #ff99cc. Color #fc88dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001000 11011100
Octal 374 210 334
Decimal 252 136 220
Hex FC 88 DC

RGB Percentages of Color #fc88dc

%41.45
%22.37
%36.18

CMYK Percentages of Color #fc88dc

%0
%46
%13
%1

Triadic Colors of #fc88dc

#fc88dc #dcfc88 #88dcfc

Analogous Colors of #fc88dc

#fc88dc #fc88a2 #e288fc

Monochromatic Colors of #fc88dc

#fc88dc

Complementary Color

#fc88dc #88fca8

#fc88dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc88dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc88dc Color CSS Codes

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

#fc88dc Text Font Color

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

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


#fc88dc Background Color

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

This div background color is #fc88dc


#fc88dc Border Color

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

This div border color is #fc88dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc88dc


Comments

No comments written yet.

Please login to write comment.