Color Hex Logo

#fd767d Color Hex

#FD767D
(253,118,125)
0 Favorites   0 Comments

Color spaces of #fd767d

RGB 253118125
HSL0.990.970.73
HSV357°53°99°
CMYK 0.000.530.51   0.01
XYZ50.688135.320223.5480
Yxy35.32020.46270.3224
Hunter Lab59.430848.237518.1093
CIE-Lab65.997252.034221.3247

#fd767d color RGB value is (253,118,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110110 01111101
Octal 375 166 175
Decimal 253 118 125
Hex FD 76 7D

RGB Percentages of Color #fd767d

%51.01
%23.79
%25.20

CMYK Percentages of Color #fd767d

%0
%53
%51
%1

Triadic Colors of #fd767d

#fd767d #7dfd76 #767dfd

Analogous Colors of #fd767d

#fd767d #fdb376 #fd76c1

Monochromatic Colors of #fd767d

#fd767d

Complementary Color

#fd767d #76fdf6

#fd767d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd767d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd767d Color CSS Codes

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

#fd767d Text Font Color

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

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


#fd767d Background Color

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

This div background color is #fd767d


#fd767d Border Color

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

This div border color is #fd767d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,118,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 #fd767d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd767d


Comments

No comments written yet.

Please login to write comment.