Color Hex Logo

#fc88dd Color Hex

#FC88DD
(252,136,221)
0 Favorites   0 Comments

Color spaces of #fc88dd

RGB 252136221
HSL0.880.950.76
HSV316°46°99°
CMYK 0.000.460.12   0.01
XYZ62.000243.524273.5399
Yxy43.52420.34620.2431
Hunter Lab65.972952.2988-19.9095
CIE-Lab71.909354.7128-23.9082

#fc88dd color RGB value is (252,136,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001000 11011101
Octal 374 210 335
Decimal 252 136 221
Hex FC 88 DD

RGB Percentages of Color #fc88dd

%41.38
%22.33
%36.29

CMYK Percentages of Color #fc88dd

%0
%46
%12
%1

Triadic Colors of #fc88dd

#fc88dd #ddfc88 #88ddfc

Analogous Colors of #fc88dd

#fc88dd #fc88a3 #e188fc

Monochromatic Colors of #fc88dd

#fc88dd

Complementary Color

#fc88dd #88fca7

#fc88dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc88dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc88dd Color CSS Codes

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

#fc88dd Text Font Color

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

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


#fc88dd Background Color

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

This div background color is #fc88dd


#fc88dd Border Color

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

This div border color is #fc88dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc88dd

Related Colors


Comments

No comments written yet.

Please login to write comment.