Color Hex Logo

#fd09bc Color Hex

#FD09BC
(253,9,188)
0 Favorites   0 Comments

Color spaces of #fd09bc

RGB 2539188
HSL0.880.980.51
HSV316°96°99°
CMYK 0.000.960.26   0.01
XYZ49.682824.708949.7277
Yxy24.70890.40030.1991
Hunter Lab49.708091.4203-24.5178
CIE-Lab56.790789.0190-28.5185

#fd09bc color RGB value is (253,9,188).

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

The process color (four color CMYK) of #fd09bc color hex is 0.00, 0.96, 0.26, 0.01. Web safe color of #fd09bc is #ff00cc. Color #fd09bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00001001 10111100
Octal 375 11 274
Decimal 253 9 188
Hex FD 9 BC

RGB Percentages of Color #fd09bc

%56.22
%2.00
%41.78

CMYK Percentages of Color #fd09bc

%0
%96
%26
%1

Triadic Colors of #fd09bc

#fd09bc #bcfd09 #09bcfd

Analogous Colors of #fd09bc

#fd09bc #fd0942 #c409fd

Monochromatic Colors of #fd09bc

#fd09bc

Complementary Color

#fd09bc #09fd4a

#fd09bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd09bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd09bc Color CSS Codes

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

#fd09bc Text Font Color

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

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


#fd09bc Background Color

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

This div background color is #fd09bc


#fd09bc Border Color

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

This div border color is #fd09bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,9,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 #fd09bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd09bc


Comments

No comments written yet.

Please login to write comment.