Color Hex Logo

#fd7cda Color Hex

#FD7CDA
(253,124,218)
0 Favorites   0 Comments

Color spaces of #fd7cda

RGB 253124218
HSL0.880.970.74
HSV316°51°99°
CMYK 0.000.510.14   0.01
XYZ60.370640.359970.9380
Yxy40.35990.35170.2351
Hunter Lab63.529458.4480-21.7336
CIE-Lab69.725160.2945-25.5797

#fd7cda color RGB value is (253,124,218).

#fd7cda hex color red value is 253, green value is 124 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fd7cda hue: 0.88 , saturation: 0.97 and the lightness value of fd7cda is 0.74.

The process color (four color CMYK) of #fd7cda color hex is 0.00, 0.51, 0.14, 0.01. Web safe color of #fd7cda is #ff66cc. Color #fd7cda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111100 11011010
Octal 375 174 332
Decimal 253 124 218
Hex FD 7C DA

RGB Percentages of Color #fd7cda

%42.52
%20.84
%36.64

CMYK Percentages of Color #fd7cda

%0
%51
%14
%1

Triadic Colors of #fd7cda

#fd7cda #dafd7c #7cdafd

Analogous Colors of #fd7cda

#fd7cda #fd7c9a #e07cfd

Monochromatic Colors of #fd7cda

#fd7cda

Complementary Color

#fd7cda #7cfd9f

#fd7cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7cda Color CSS Codes

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

#fd7cda Text Font Color

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

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


#fd7cda Background Color

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

This div background color is #fd7cda


#fd7cda Border Color

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

This div border color is #fd7cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7cda


Comments

No comments written yet.

Please login to write comment.