Color Hex Logo

#fd018d Color Hex

#FD018D
(253,1,141)
0 Favorites   0 Comments

Color spaces of #fd018d

RGB 2531141
HSL0.910.990.50
HSV327°100°99°
CMYK 0.001.000.44   0.01
XYZ45.326622.827427.2165
Yxy22.82740.47530.2394
Hunter Lab47.778085.7298-0.3296
CIE-Lab54.894185.0603-3.7543

#fd018d color RGB value is (253,1,141).

#fd018d hex color red value is 253, green value is 1 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fd018d hue: 0.91 , saturation: 0.99 and the lightness value of fd018d is 0.50.

The process color (four color CMYK) of #fd018d color hex is 0.00, 1.00, 0.44, 0.01. Web safe color of #fd018d is #ff0099. Color #fd018d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000001 10001101
Octal 375 1 215
Decimal 253 1 141
Hex FD 1 8D

RGB Percentages of Color #fd018d

%64.05
%0.25
%35.70

CMYK Percentages of Color #fd018d

%0
%100
%44
%1

Triadic Colors of #fd018d

#fd018d #8dfd01 #018dfd

Analogous Colors of #fd018d

#fd018d #fd010f #ef01fd

Monochromatic Colors of #fd018d

#fd018d

Complementary Color

#fd018d #01fd71

#fd018d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd018d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd018d Color CSS Codes

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

#fd018d Text Font Color

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

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


#fd018d Background Color

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

This div background color is #fd018d


#fd018d Border Color

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

This div border color is #fd018d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd018d


Comments

No comments written yet.

Please login to write comment.