Color Hex Logo

#fd3dcb Color Hex

#FD3DCB
(253,61,203)
0 Favorites   0 Comments

Color spaces of #fd3dcb

RGB 25361203
HSL0.880.980.62
HSV316°76°99°
CMYK 0.000.760.20   0.01
XYZ52.956228.531959.2160
Yxy28.53190.37640.2028
Hunter Lab53.415383.4892-28.3380
CIE-Lab60.366382.2652-31.5852

#fd3dcb color RGB value is (253,61,203).

#fd3dcb hex color red value is 253, green value is 61 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fd3dcb hue: 0.88 , saturation: 0.98 and the lightness value of fd3dcb is 0.62.

The process color (four color CMYK) of #fd3dcb color hex is 0.00, 0.76, 0.20, 0.01. Web safe color of #fd3dcb is #ff33cc. Color #fd3dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111101 11001011
Octal 375 75 313
Decimal 253 61 203
Hex FD 3D CB

RGB Percentages of Color #fd3dcb

%48.94
%11.80
%39.26

CMYK Percentages of Color #fd3dcb

%0
%76
%20
%1

Triadic Colors of #fd3dcb

#fd3dcb #cbfd3d #3dcbfd

Analogous Colors of #fd3dcb

#fd3dcb #fd3d6b #cf3dfd

Monochromatic Colors of #fd3dcb

#fd3dcb

Complementary Color

#fd3dcb #3dfd6f

#fd3dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3dcb Color CSS Codes

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

#fd3dcb Text Font Color

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

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


#fd3dcb Background Color

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

This div background color is #fd3dcb


#fd3dcb Border Color

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

This div border color is #fd3dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3dcb


Comments

No comments written yet.

Please login to write comment.