Color Hex Logo

#fd66d7 Color Hex

#FD66D7
(253,102,215)
0 Favorites   0 Comments

Color spaces of #fd66d7

RGB 253102215
HSL0.880.970.70
HSV315°60°99°
CMYK 0.000.600.15   0.01
XYZ57.525135.291768.0700
Yxy35.29170.35760.2194
Hunter Lab59.406868.8841-26.3514
CIE-Lab65.975169.5965-29.6763

#fd66d7 color RGB value is (253,102,215).

#fd66d7 hex color red value is 253, green value is 102 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #fd66d7 hue: 0.88 , saturation: 0.97 and the lightness value of fd66d7 is 0.70.

The process color (four color CMYK) of #fd66d7 color hex is 0.00, 0.60, 0.15, 0.01. Web safe color of #fd66d7 is #ff66cc. Color #fd66d7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100110 11010111
Octal 375 146 327
Decimal 253 102 215
Hex FD 66 D7

RGB Percentages of Color #fd66d7

%44.39
%17.89
%37.72

CMYK Percentages of Color #fd66d7

%0
%60
%15
%1

Triadic Colors of #fd66d7

#fd66d7 #d7fd66 #66d7fd

Analogous Colors of #fd66d7

#fd66d7 #fd668c #d866fd

Monochromatic Colors of #fd66d7

#fd66d7

Complementary Color

#fd66d7 #66fd8c

#fd66d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd66d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd66d7 Color CSS Codes

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

#fd66d7 Text Font Color

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

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


#fd66d7 Background Color

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

This div background color is #fd66d7


#fd66d7 Border Color

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

This div border color is #fd66d7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd66d7

Related Colors


Comments

No comments written yet.

Please login to write comment.