Color Hex Logo

#fd3dcc Color Hex

#FD3DCC
(253,61,204)
0 Favorites   0 Comments

Color spaces of #fd3dcc

RGB 25361204
HSL0.880.980.62
HSV315°76°99°
CMYK 0.000.760.19   0.01
XYZ53.075828.579859.8458
Yxy28.57980.37510.2020
Hunter Lab53.460183.6618-28.9500
CIE-Lab60.409082.3906-32.0883

#fd3dcc color RGB value is (253,61,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111101 11001100
Octal 375 75 314
Decimal 253 61 204
Hex FD 3D CC

RGB Percentages of Color #fd3dcc

%48.84
%11.78
%39.38

CMYK Percentages of Color #fd3dcc

%0
%76
%19
%1

Triadic Colors of #fd3dcc

#fd3dcc #ccfd3d #3dccfd

Analogous Colors of #fd3dcc

#fd3dcc #fd3d6c #ce3dfd

Monochromatic Colors of #fd3dcc

#fd3dcc

Complementary Color

#fd3dcc #3dfd6e

#fd3dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3dcc Color CSS Codes

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

#fd3dcc Text Font Color

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

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


#fd3dcc Background Color

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

This div background color is #fd3dcc


#fd3dcc Border Color

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

This div border color is #fd3dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3dcc


Comments

No comments written yet.

Please login to write comment.