Color Hex Logo

#fd8cda Color Hex

#FD8CDA
(253,140,218)
0 Favorites   0 Comments

Color spaces of #fd8cda

RGB 253140218
HSL0.880.970.77
HSV319°45°99°
CMYK 0.000.450.14   0.01
XYZ62.541044.700871.6615
Yxy44.70080.34960.2499
Hunter Lab66.858749.9700-16.7481
CIE-Lab72.694452.5857-21.0476

#fd8cda color RGB value is (253,140,218).

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

The process color (four color CMYK) of #fd8cda color hex is 0.00, 0.45, 0.14, 0.01. Web safe color of #fd8cda is #ff99cc. Color #fd8cda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001100 11011010
Octal 375 214 332
Decimal 253 140 218
Hex FD 8C DA

RGB Percentages of Color #fd8cda

%41.41
%22.91
%35.68

CMYK Percentages of Color #fd8cda

%0
%45
%14
%1

Triadic Colors of #fd8cda

#fd8cda #dafd8c #8cdafd

Analogous Colors of #fd8cda

#fd8cda #fd8ca2 #e88cfd

Monochromatic Colors of #fd8cda

#fd8cda

Complementary Color

#fd8cda #8cfdaf

#fd8cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8cda Color CSS Codes

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

#fd8cda Text Font Color

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

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


#fd8cda Background Color

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

This div background color is #fd8cda


#fd8cda Border Color

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

This div border color is #fd8cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8cda


Comments

No comments written yet.

Please login to write comment.