Color Hex Logo

#fd58db Color Hex

#FD58DB
(253,88,219)
0 Favorites   0 Comments

Color spaces of #fd58db

RGB 25388219
HSL0.870.980.67
HSV312°65°99°
CMYK 0.000.650.13   0.01
XYZ56.783932.976670.3901
Yxy32.97660.35460.2059
Hunter Lab57.425376.0122-32.4782
CIE-Lab64.142075.6738-34.7583

#fd58db color RGB value is (253,88,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011000 11011011
Octal 375 130 333
Decimal 253 88 219
Hex FD 58 DB

RGB Percentages of Color #fd58db

%45.18
%15.71
%39.11

CMYK Percentages of Color #fd58db

%0
%65
%13
%1

Triadic Colors of #fd58db

#fd58db #dbfd58 #58dbfd

Analogous Colors of #fd58db

#fd58db #fd5889 #cd58fd

Monochromatic Colors of #fd58db

#fd58db

Complementary Color

#fd58db #58fd7a

#fd58db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd58db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd58db Color CSS Codes

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

#fd58db Text Font Color

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

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


#fd58db Background Color

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

This div background color is #fd58db


#fd58db Border Color

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

This div border color is #fd58db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd58db

Related Colors


Comments

No comments written yet.

Please login to write comment.