Color Hex Logo

#fd0dda Color Hex

#FD0DDA
(253,13,218)
0 Favorites   0 Comments

Color spaces of #fd0dda

RGB 25313218
HSL0.860.980.52
HSV309°95°99°
CMYK 0.000.950.14   0.01
XYZ53.306826.232568.5835
Yxy26.23250.35990.1771
Hunter Lab51.217796.1499-43.5405
CIE-Lab58.257192.2625-43.4123

#fd0dda color RGB value is (253,13,218).

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

The process color (four color CMYK) of #fd0dda color hex is 0.00, 0.95, 0.14, 0.01. Web safe color of #fd0dda is #ff00cc. Color #fd0dda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00001101 11011010
Octal 375 15 332
Decimal 253 13 218
Hex FD D DA

RGB Percentages of Color #fd0dda

%52.27
%2.69
%45.04

CMYK Percentages of Color #fd0dda

%0
%95
%14
%1

Triadic Colors of #fd0dda

#fd0dda #dafd0d #0ddafd

Analogous Colors of #fd0dda

#fd0dda #fd0d62 #a80dfd

Monochromatic Colors of #fd0dda

#fd0dda

Complementary Color

#fd0dda #0dfd30

#fd0dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0dda Color CSS Codes

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

#fd0dda Text Font Color

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

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


#fd0dda Background Color

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

This div background color is #fd0dda


#fd0dda Border Color

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

This div border color is #fd0dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0dda

Related Colors


Comments

No comments written yet.

Please login to write comment.