Color Hex Logo

#fd2cda Color Hex

#FD2CDA
(253,44,218)
0 Favorites   0 Comments

Color spaces of #fd2cda

RGB 25344218
HSL0.860.980.58
HSV310°83°99°
CMYK 0.000.830.14   0.01
XYZ54.063627.746068.8357
Yxy27.74600.35890.1842
Hunter Lab52.674591.0271-40.6088
CIE-Lab59.658688.1638-41.2058

#fd2cda color RGB value is (253,44,218).

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

The process color (four color CMYK) of #fd2cda color hex is 0.00, 0.83, 0.14, 0.01. Web safe color of #fd2cda is #ff33cc. Color #fd2cda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101100 11011010
Octal 375 54 332
Decimal 253 44 218
Hex FD 2C DA

RGB Percentages of Color #fd2cda

%49.13
%8.54
%42.33

CMYK Percentages of Color #fd2cda

%0
%83
%14
%1

Triadic Colors of #fd2cda

#fd2cda #dafd2c #2cdafd

Analogous Colors of #fd2cda

#fd2cda #fd2c72 #b82cfd

Monochromatic Colors of #fd2cda

#fd2cda

Complementary Color

#fd2cda #2cfd4f

#fd2cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd2cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd2cda Color CSS Codes

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

#fd2cda Text Font Color

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

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


#fd2cda Background Color

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

This div background color is #fd2cda


#fd2cda Border Color

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

This div border color is #fd2cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd2cda

Related Colors


Comments

No comments written yet.

Please login to write comment.