Color Hex Logo

#fd765f Color Hex

#FD765F
(253,118,95)
0 Favorites   0 Comments

Color spaces of #fd765f

RGB 25311895
HSL0.020.980.68
HSV62°99°
CMYK 0.000.530.62   0.01
XYZ49.052034.665714.9323
Yxy34.66570.49720.3514
Hunter Lab58.877645.675926.1774
CIE-Lab65.487649.820637.3578

#fd765f color RGB value is (253,118,95).

#fd765f hex color red value is 253, green value is 118 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fd765f hue: 0.02 , saturation: 0.98 and the lightness value of fd765f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110110 01011111
Octal 375 166 137
Decimal 253 118 95
Hex FD 76 5F

RGB Percentages of Color #fd765f

%54.29
%25.32
%20.39

CMYK Percentages of Color #fd765f

%0
%53
%62
%1

Triadic Colors of #fd765f

#fd765f #5ffd76 #765ffd

Analogous Colors of #fd765f

#fd765f #fdc55f #fd5f97

Monochromatic Colors of #fd765f

#fd765f

Complementary Color

#fd765f #5fe6fd

#fd765f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd765f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd765f Color CSS Codes

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

#fd765f Text Font Color

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

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


#fd765f Background Color

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

This div background color is #fd765f


#fd765f Border Color

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

This div border color is #fd765f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd765f

Related Colors


Comments

No comments written yet.

Please login to write comment.