Color Hex Logo

#fd3ccf Color Hex

#FD3CCF
(253,60,207)
0 Favorites   0 Comments

Color spaces of #fd3ccf

RGB 25360207
HSL0.870.980.61
HSV314°76°99°
CMYK 0.000.760.18   0.01
XYZ53.386428.619461.7418
Yxy28.61940.37140.1991
Hunter Lab53.497184.5107-30.9795
CIE-Lab60.444383.0402-33.7396

#fd3ccf color RGB value is (253,60,207).

#fd3ccf hex color red value is 253, green value is 60 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fd3ccf hue: 0.87 , saturation: 0.98 and the lightness value of fd3ccf is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111100 11001111
Octal 375 74 317
Decimal 253 60 207
Hex FD 3C CF

RGB Percentages of Color #fd3ccf

%48.65
%11.54
%39.81

CMYK Percentages of Color #fd3ccf

%0
%76
%18
%1

Triadic Colors of #fd3ccf

#fd3ccf #cffd3c #3ccffd

Analogous Colors of #fd3ccf

#fd3ccf #fd3c6f #cb3cfd

Monochromatic Colors of #fd3ccf

#fd3ccf

Complementary Color

#fd3ccf #3cfd6a

#fd3ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3ccf Color CSS Codes

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

#fd3ccf Text Font Color

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

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


#fd3ccf Background Color

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

This div background color is #fd3ccf


#fd3ccf Border Color

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

This div border color is #fd3ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3ccf


Comments

No comments written yet.

Please login to write comment.