Color Hex Logo

#fd88ca Color Hex

#FD88CA
(253,136,202)
0 Favorites   0 Comments

Color spaces of #fd88ca

RGB 253136202
HSL0.910.970.76
HSV326°46°99°
CMYK 0.000.460.20   0.01
XYZ59.972842.755260.9688
Yxy42.75520.36640.2612
Hunter Lab65.387549.2906-9.5122
CIE-Lab71.388552.1786-14.1765

#fd88ca color RGB value is (253,136,202).

#fd88ca hex color red value is 253, green value is 136 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fd88ca hue: 0.91 , saturation: 0.97 and the lightness value of fd88ca is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001000 11001010
Octal 375 210 312
Decimal 253 136 202
Hex FD 88 CA

RGB Percentages of Color #fd88ca

%42.81
%23.01
%34.18

CMYK Percentages of Color #fd88ca

%0
%46
%20
%1

Triadic Colors of #fd88ca

#fd88ca #cafd88 #88cafd

Analogous Colors of #fd88ca

#fd88ca #fd8890 #f688fd

Monochromatic Colors of #fd88ca

#fd88ca

Complementary Color

#fd88ca #88fdbb

#fd88ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd88ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd88ca Color CSS Codes

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

#fd88ca Text Font Color

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

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


#fd88ca Background Color

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

This div background color is #fd88ca


#fd88ca Border Color

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

This div border color is #fd88ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd88ca


Comments

No comments written yet.

Please login to write comment.