Color Hex Logo

#fd03bf Color Hex

#FD03BF
(253,3,191)
0 Favorites   0 Comments

Color spaces of #fd03bf

RGB 2533191
HSL0.870.980.50
HSV315°99°99°
CMYK 0.000.990.25   0.01
XYZ49.944524.709451.4272
Yxy24.70940.39610.1960
Hunter Lab49.708692.3573-26.5439
CIE-Lab56.791289.7228-30.2526

#fd03bf color RGB value is (253,3,191).

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

The process color (four color CMYK) of #fd03bf color hex is 0.00, 0.99, 0.25, 0.01. Web safe color of #fd03bf is #ff00cc. Color #fd03bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000011 10111111
Octal 375 3 277
Decimal 253 3 191
Hex FD 3 BF

RGB Percentages of Color #fd03bf

%56.60
%0.67
%42.73

CMYK Percentages of Color #fd03bf

%0
%99
%25
%1

Triadic Colors of #fd03bf

#fd03bf #bffd03 #03bffd

Analogous Colors of #fd03bf

#fd03bf #fd0342 #be03fd

Monochromatic Colors of #fd03bf

#fd03bf

Complementary Color

#fd03bf #03fd41

#fd03bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd03bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd03bf Color CSS Codes

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

#fd03bf Text Font Color

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

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


#fd03bf Background Color

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

This div background color is #fd03bf


#fd03bf Border Color

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

This div border color is #fd03bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd03bf

Related Colors


Comments

No comments written yet.

Please login to write comment.