Color Hex Logo

#fd7690 Color Hex

#FD7690
(253,118,144)
0 Favorites   0 Comments

Color spaces of #fd7690

RGB 253118144
HSL0.970.970.73
HSV348°53°99°
CMYK 0.000.530.43   0.01
XYZ52.020535.853130.5641
Yxy35.85310.43920.3027
Hunter Lab59.877550.292211.6500
CIE-Lab66.407553.787711.1294

#fd7690 color RGB value is (253,118,144).

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

The process color (four color CMYK) of #fd7690 color hex is 0.00, 0.53, 0.43, 0.01. Web safe color of #fd7690 is #ff6699. Color #fd7690 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110110 10010000
Octal 375 166 220
Decimal 253 118 144
Hex FD 76 90

RGB Percentages of Color #fd7690

%49.13
%22.91
%27.96

CMYK Percentages of Color #fd7690

%0
%53
%43
%1

Triadic Colors of #fd7690

#fd7690 #90fd76 #7690fd

Analogous Colors of #fd7690

#fd7690 #fda076 #fd76d4

Monochromatic Colors of #fd7690

#fd7690

Complementary Color

#fd7690 #76fde3

#fd7690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7690 Color CSS Codes

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

#fd7690 Text Font Color

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

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


#fd7690 Background Color

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

This div background color is #fd7690


#fd7690 Border Color

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

This div border color is #fd7690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7690

#fd7690 Color Palettes


Comments

No comments written yet.

Please login to write comment.