Color Hex Logo

#fd2966 Color Hex

#FD2966
(253,41,102)
0 Favorites   0 Comments

Color spaces of #fd2966

RGB 25341102
HSL0.950.980.58
HSV343°84°99°
CMYK 0.000.840.60   0.01
XYZ43.699223.427814.7892
Yxy23.42780.53350.2860
Hunter Lab48.402376.451815.7657
CIE-Lab55.510377.672220.4861

#fd2966 color RGB value is (253,41,102).

#fd2966 hex color red value is 253, green value is 41 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #fd2966 hue: 0.95 , saturation: 0.98 and the lightness value of fd2966 is 0.58.

The process color (four color CMYK) of #fd2966 color hex is 0.00, 0.84, 0.60, 0.01. Web safe color of #fd2966 is #ff3366. Color #fd2966 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101001 01100110
Octal 375 51 146
Decimal 253 41 102
Hex FD 29 66

RGB Percentages of Color #fd2966

%63.89
%10.35
%25.76

CMYK Percentages of Color #fd2966

%0
%84
%60
%1

Triadic Colors of #fd2966

#fd2966 #66fd29 #2966fd

Analogous Colors of #fd2966

#fd2966 #fd5629 #fd29d0

Monochromatic Colors of #fd2966

#fd2966

Complementary Color

#fd2966 #29fdc0

#fd2966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd2966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd2966 Color CSS Codes

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

#fd2966 Text Font Color

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

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


#fd2966 Background Color

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

This div background color is #fd2966


#fd2966 Border Color

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

This div border color is #fd2966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd2966

Related Colors


Comments

No comments written yet.

Please login to write comment.