Color Hex Logo

#fd7275 Color Hex

#FD7275
(253,114,117)
0 Favorites   0 Comments

Color spaces of #fd7275

RGB 253114117
HSL1.000.970.72
HSV359°55°99°
CMYK 0.000.550.54   0.01
XYZ49.736234.201620.8098
Yxy34.20160.47480.3265
Hunter Lab58.482149.461819.8402
CIE-Lab65.122353.251224.6624

#fd7275 color RGB value is (253,114,117).

#fd7275 hex color red value is 253, green value is 114 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #fd7275 hue: 1.00 , saturation: 0.97 and the lightness value of fd7275 is 0.72.

The process color (four color CMYK) of #fd7275 color hex is 0.00, 0.55, 0.54, 0.01. Web safe color of #fd7275 is #ff6666. Color #fd7275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110010 01110101
Octal 375 162 165
Decimal 253 114 117
Hex FD 72 75

RGB Percentages of Color #fd7275

%52.27
%23.55
%24.17

CMYK Percentages of Color #fd7275

%0
%55
%54
%1

Triadic Colors of #fd7275

#fd7275 #75fd72 #7275fd

Analogous Colors of #fd7275

#fd7275 #fdb572 #fd72bb

Monochromatic Colors of #fd7275

#fd7275

Complementary Color

#fd7275 #72fdfa

#fd7275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7275 Color CSS Codes

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

#fd7275 Text Font Color

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

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


#fd7275 Background Color

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

This div background color is #fd7275


#fd7275 Border Color

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

This div border color is #fd7275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7275

Related Colors


Comments

No comments written yet.

Please login to write comment.