color codes Logo

#fd34db color codes

#FD34DB
(253,52,219)
0 Favorites   0 Comments

Color spaces of #fd34db

RGB 25352219
HSL0.860.980.60
HSV310°79°99°
CMYK 0.000.790.13   0.01
XYZ54.522228.453169.6362
Yxy28.45310.35730.1864
Hunter Lab53.341489.1037-40.0629
CIE-Lab60.295986.5848-40.7698

#fd34db color RGB value is (253,52,219).

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

The process color (four color CMYK) of #fd34db color code is 0.00, 0.79, 0.13, 0.01. Web safe color of #fd34db is #ff33cc. Color #fd34db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110100 11011011
Octal 375 64 333
Decimal 253 52 219
Hex FD 34 DB

RGB Percentages of Color #fd34db

%48.28
%9.92
%41.79

CMYK Percentages of Color #fd34db

%0
%79
%13
%1

Triadic Colors of #fd34db

#fd34db #dbfd34 #34dbfd

Analogous Colors of #fd34db

#fd34db #fd3477 #bb34fd

Monochromatic Colors of #fd34db

#fd34db

Complementary Color

#fd34db #34fd56

#fd34db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd34db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd34db Color CSS Codes

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

#fd34db Text Font Color

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

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


#fd34db Background Color

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

This div background color is #fd34db


#fd34db Border Color

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

This div border color is #fd34db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd34db

Related Colors


Comments

No comments written yet.

Please login to write comment.