Color Hex Logo

#fd4fdb Color Hex

#FD4FDB
(253,79,219)
0 Favorites   0 Comments

Color spaces of #fd4fdb

RGB 25379219
HSL0.870.980.65
HSV312°69°99°
CMYK 0.000.690.13   0.01
XYZ56.090231.589170.1589
Yxy31.58910.35540.2001
Hunter Lab56.204279.7807-34.6680
CIE-Lab63.001878.8663-36.5345

#fd4fdb color RGB value is (253,79,219).

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

The process color (four color CMYK) of #fd4fdb color hex is 0.00, 0.69, 0.13, 0.01. Web safe color of #fd4fdb is #ff66cc. Color #fd4fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001111 11011011
Octal 375 117 333
Decimal 253 79 219
Hex FD 4F DB

RGB Percentages of Color #fd4fdb

%45.92
%14.34
%39.75

CMYK Percentages of Color #fd4fdb

%0
%69
%13
%1

Triadic Colors of #fd4fdb

#fd4fdb #dbfd4f #4fdbfd

Analogous Colors of #fd4fdb

#fd4fdb #fd4f84 #c84ffd

Monochromatic Colors of #fd4fdb

#fd4fdb

Complementary Color

#fd4fdb #4ffd71

#fd4fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4fdb Color CSS Codes

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

#fd4fdb Text Font Color

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

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


#fd4fdb Background Color

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

This div background color is #fd4fdb


#fd4fdb Border Color

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

This div border color is #fd4fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,79,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 #fd4fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4fdb


Comments

No comments written yet.

Please login to write comment.