Color Hex Logo

#fd4adb Color Hex

#FD4ADB
(253,74,219)
0 Favorites   0 Comments

Color spaces of #fd4adb

RGB 25374219
HSL0.860.980.64
HSV311°71°99°
CMYK 0.000.710.13   0.01
XYZ55.743030.894770.0431
Yxy30.89470.35580.1972
Hunter Lab55.583081.7436-35.8064
CIE-Lab62.418680.5129-37.4449

#fd4adb color RGB value is (253,74,219).

#fd4adb hex color red value is 253, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fd4adb hue: 0.86 , saturation: 0.98 and the lightness value of fd4adb is 0.64.

The process color (four color CMYK) of #fd4adb color hex is 0.00, 0.71, 0.13, 0.01. Web safe color of #fd4adb is #ff33cc. Color #fd4adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001010 11011011
Octal 375 112 333
Decimal 253 74 219
Hex FD 4A DB

RGB Percentages of Color #fd4adb

%46.34
%13.55
%40.11

CMYK Percentages of Color #fd4adb

%0
%71
%13
%1

Triadic Colors of #fd4adb

#fd4adb #dbfd4a #4adbfd

Analogous Colors of #fd4adb

#fd4adb #fd4a82 #c64afd

Monochromatic Colors of #fd4adb

#fd4adb

Complementary Color

#fd4adb #4afd6c

#fd4adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4adb Color CSS Codes

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

#fd4adb Text Font Color

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

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


#fd4adb Background Color

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

This div background color is #fd4adb


#fd4adb Border Color

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

This div border color is #fd4adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4adb

Related Colors


Comments

No comments written yet.

Please login to write comment.