Color Hex Logo

#fd4262 Color Hex

#FD4262
(253,66,98)
0 Favorites   0 Comments

Color spaces of #fd4262

RGB 2536698
HSL0.970.980.63
HSV350°74°99°
CMYK 0.000.740.61   0.01
XYZ44.660825.660914.1544
Yxy25.66090.52870.3038
Hunter Lab50.656668.723418.8929
CIE-Lab57.713870.984525.7777

#fd4262 color RGB value is (253,66,98).

#fd4262 hex color red value is 253, green value is 66 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #fd4262 hue: 0.97 , saturation: 0.98 and the lightness value of fd4262 is 0.63.

The process color (four color CMYK) of #fd4262 color hex is 0.00, 0.74, 0.61, 0.01. Web safe color of #fd4262 is #ff3366. Color #fd4262 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000010 01100010
Octal 375 102 142
Decimal 253 66 98
Hex FD 42 62

RGB Percentages of Color #fd4262

%60.67
%15.83
%23.50

CMYK Percentages of Color #fd4262

%0
%74
%61
%1

Triadic Colors of #fd4262

#fd4262 #62fd42 #4262fd

Analogous Colors of #fd4262

#fd4262 #fd8042 #fd42c0

Monochromatic Colors of #fd4262

#fd4262

Complementary Color

#fd4262 #42fddd

#fd4262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4262 Color CSS Codes

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

#fd4262 Text Font Color

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

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


#fd4262 Background Color

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

This div background color is #fd4262


#fd4262 Border Color

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

This div border color is #fd4262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4262


Comments

No comments written yet.

Please login to write comment.