Color Hex Logo

#fd2178 Color Hex

#FD2178
(253,33,120)
0 Favorites   0 Comments

Color spaces of #fd2178

RGB 25333120
HSL0.930.980.56
HSV336°87°99°
CMYK 0.000.870.53   0.01
XYZ44.442023.326419.9294
Yxy23.32640.50680.2660
Hunter Lab48.297479.73059.3428
CIE-Lab55.407080.29189.5600

#fd2178 color RGB value is (253,33,120).

#fd2178 hex color red value is 253, green value is 33 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #fd2178 hue: 0.93 , saturation: 0.98 and the lightness value of fd2178 is 0.56.

The process color (four color CMYK) of #fd2178 color hex is 0.00, 0.87, 0.53, 0.01. Web safe color of #fd2178 is #ff3366. Color #fd2178 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100001 01111000
Octal 375 41 170
Decimal 253 33 120
Hex FD 21 78

RGB Percentages of Color #fd2178

%62.32
%8.13
%29.56

CMYK Percentages of Color #fd2178

%0
%87
%53
%1

Triadic Colors of #fd2178

#fd2178 #78fd21 #2178fd

Analogous Colors of #fd2178

#fd2178 #fd3821 #fd21e6

Monochromatic Colors of #fd2178

#fd2178

Complementary Color

#fd2178 #21fda6

#fd2178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd2178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd2178 Color CSS Codes

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

#fd2178 Text Font Color

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

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


#fd2178 Background Color

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

This div background color is #fd2178


#fd2178 Border Color

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

This div border color is #fd2178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd2178

Related Colors


Comments

No comments written yet.

Please login to write comment.