Color Hex Logo

#fd83cd Color Hex

#FD83CD
(253,131,205)
0 Favorites   0 Comments

Color spaces of #fd83cd

RGB 253131205
HSL0.900.970.75
HSV324°48°99°
CMYK 0.000.480.19   0.01
XYZ59.643841.523062.6288
Yxy41.52300.36410.2535
Hunter Lab64.438352.4516-12.5182
CIE-Lab70.540855.0469-17.1207

#fd83cd color RGB value is (253,131,205).

#fd83cd hex color red value is 253, green value is 131 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fd83cd hue: 0.90 , saturation: 0.97 and the lightness value of fd83cd is 0.75.

The process color (four color CMYK) of #fd83cd color hex is 0.00, 0.48, 0.19, 0.01. Web safe color of #fd83cd is #ff99cc. Color #fd83cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000011 11001101
Octal 375 203 315
Decimal 253 131 205
Hex FD 83 CD

RGB Percentages of Color #fd83cd

%42.95
%22.24
%34.80

CMYK Percentages of Color #fd83cd

%0
%48
%19
%1

Triadic Colors of #fd83cd

#fd83cd #cdfd83 #83cdfd

Analogous Colors of #fd83cd

#fd83cd #fd8390 #f083fd

Monochromatic Colors of #fd83cd

#fd83cd

Complementary Color

#fd83cd #83fdb3

#fd83cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd83cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd83cd Color CSS Codes

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

#fd83cd Text Font Color

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

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


#fd83cd Background Color

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

This div background color is #fd83cd


#fd83cd Border Color

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

This div border color is #fd83cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd83cd


Comments

No comments written yet.

Please login to write comment.