Color Hex Logo

#fd3cab Color Hex

#FD3CAB
(253,60,171)
0 Favorites   0 Comments

Color spaces of #fd3cab

RGB 25360171
HSL0.900.980.61
HSV325°76°99°
CMYK 0.000.760.32   0.01
XYZ49.474627.054641.1425
Yxy27.05460.42040.2299
Hunter Lab52.014078.7607-10.4879
CIE-Lab59.024878.8257-15.2375

#fd3cab color RGB value is (253,60,171).

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

The process color (four color CMYK) of #fd3cab color hex is 0.00, 0.76, 0.32, 0.01. Web safe color of #fd3cab is #ff3399. Color #fd3cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111100 10101011
Octal 375 74 253
Decimal 253 60 171
Hex FD 3C AB

RGB Percentages of Color #fd3cab

%52.27
%12.40
%35.33

CMYK Percentages of Color #fd3cab

%0
%76
%32
%1

Triadic Colors of #fd3cab

#fd3cab #abfd3c #3cabfd

Analogous Colors of #fd3cab

#fd3cab #fd3c4a #ef3cfd

Monochromatic Colors of #fd3cab

#fd3cab

Complementary Color

#fd3cab #3cfd8e

#fd3cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3cab Color CSS Codes

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

#fd3cab Text Font Color

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

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


#fd3cab Background Color

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

This div background color is #fd3cab


#fd3cab Border Color

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

This div border color is #fd3cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3cab


Comments

No comments written yet.

Please login to write comment.