Color Hex Logo

#fd3bcb Color Hex

#FD3BCB
(253,59,203)
0 Favorites   0 Comments

Color spaces of #fd3bcb

RGB 25359203
HSL0.880.980.61
HSV315°77°99°
CMYK 0.000.770.20   0.01
XYZ52.851528.322459.1811
Yxy28.32240.37660.2018
Hunter Lab53.218884.1352-28.6793
CIE-Lab60.178982.8015-31.8762

#fd3bcb color RGB value is (253,59,203).

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

The process color (four color CMYK) of #fd3bcb color hex is 0.00, 0.77, 0.20, 0.01. Web safe color of #fd3bcb is #ff33cc. Color #fd3bcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111011 11001011
Octal 375 73 313
Decimal 253 59 203
Hex FD 3B CB

RGB Percentages of Color #fd3bcb

%49.13
%11.46
%39.42

CMYK Percentages of Color #fd3bcb

%0
%77
%20
%1

Triadic Colors of #fd3bcb

#fd3bcb #cbfd3b #3bcbfd

Analogous Colors of #fd3bcb

#fd3bcb #fd3b6a #ce3bfd

Monochromatic Colors of #fd3bcb

#fd3bcb

Complementary Color

#fd3bcb #3bfd6d

#fd3bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3bcb Color CSS Codes

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

#fd3bcb Text Font Color

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

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


#fd3bcb Background Color

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

This div background color is #fd3bcb


#fd3bcb Border Color

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

This div border color is #fd3bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3bcb

Related Colors


Comments

No comments written yet.

Please login to write comment.