Color Hex Logo

#fd667d Color Hex

#FD667D
(253,102,125)
0 Favorites   0 Comments

Color spaces of #fd667d

RGB 253102125
HSL0.970.970.70
HSV351°60°99°
CMYK 0.000.600.51   0.01
XYZ48.961131.866122.9723
Yxy31.86610.47170.3070
Hunter Lab56.450156.031615.3870
CIE-Lab63.232159.294717.5436

#fd667d color RGB value is (253,102,125).

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

The process color (four color CMYK) of #fd667d color hex is 0.00, 0.60, 0.51, 0.01. Web safe color of #fd667d is #ff6666. Color #fd667d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100110 01111101
Octal 375 146 175
Decimal 253 102 125
Hex FD 66 7D

RGB Percentages of Color #fd667d

%52.71
%21.25
%26.04

CMYK Percentages of Color #fd667d

%0
%60
%51
%1

Triadic Colors of #fd667d

#fd667d #7dfd66 #667dfd

Analogous Colors of #fd667d

#fd667d #fd9b66 #fd66c9

Monochromatic Colors of #fd667d

#fd667d

Complementary Color

#fd667d #66fde6

#fd667d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd667d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd667d Color CSS Codes

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

#fd667d Text Font Color

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

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


#fd667d Background Color

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

This div background color is #fd667d


#fd667d Border Color

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

This div border color is #fd667d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd667d

#fd667d Color Palettes


Comments

No comments written yet.

Please login to write comment.