Color Hex Logo

#fd7abc Color Hex

#FD7ABC
(253,122,188)
0 Favorites   0 Comments

Color spaces of #fd7abc

RGB 253122188
HSL0.920.970.74
HSV330°52°99°
CMYK 0.000.520.26   0.01
XYZ56.544638.432652.0149
Yxy38.43260.38470.2615
Hunter Lab61.994054.3198-6.3503
CIE-Lab68.338256.9940-10.9349

#fd7abc color RGB value is (253,122,188).

#fd7abc hex color red value is 253, green value is 122 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fd7abc hue: 0.92 , saturation: 0.97 and the lightness value of fd7abc is 0.74.

The process color (four color CMYK) of #fd7abc color hex is 0.00, 0.52, 0.26, 0.01. Web safe color of #fd7abc is #ff66cc. Color #fd7abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111010 10111100
Octal 375 172 274
Decimal 253 122 188
Hex FD 7A BC

RGB Percentages of Color #fd7abc

%44.94
%21.67
%33.39

CMYK Percentages of Color #fd7abc

%0
%52
%26
%1

Triadic Colors of #fd7abc

#fd7abc #bcfd7a #7abcfd

Analogous Colors of #fd7abc

#fd7abc #fd7a7b #fd7afd

Monochromatic Colors of #fd7abc

#fd7abc

Complementary Color

#fd7abc #7afdbb

#fd7abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7abc Color CSS Codes

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

#fd7abc Text Font Color

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

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


#fd7abc Background Color

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

This div background color is #fd7abc


#fd7abc Border Color

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

This div border color is #fd7abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7abc


Comments

No comments written yet.

Please login to write comment.