Color Hex Logo

#fd33bb Color Hex

#FD33BB
(253,51,187)
0 Favorites   0 Comments

Color spaces of #fd33bb

RGB 25351187
HSL0.890.980.60
HSV320°80°99°
CMYK 0.000.800.26   0.01
XYZ50.661526.838249.5238
Yxy26.83820.39880.2113
Hunter Lab51.805683.8981-20.4146
CIE-Lab58.824382.8811-24.8015

#fd33bb color RGB value is (253,51,187).

#fd33bb hex color red value is 253, green value is 51 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fd33bb hue: 0.89 , saturation: 0.98 and the lightness value of fd33bb is 0.60.

The process color (four color CMYK) of #fd33bb color hex is 0.00, 0.80, 0.26, 0.01. Web safe color of #fd33bb is #ff33cc. Color #fd33bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110011 10111011
Octal 375 63 273
Decimal 253 51 187
Hex FD 33 BB

RGB Percentages of Color #fd33bb

%51.53
%10.39
%38.09

CMYK Percentages of Color #fd33bb

%0
%80
%26
%1

Triadic Colors of #fd33bb

#fd33bb #bbfd33 #33bbfd

Analogous Colors of #fd33bb

#fd33bb #fd3356 #da33fd

Monochromatic Colors of #fd33bb

#fd33bb

Complementary Color

#fd33bb #33fd75

#fd33bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd33bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd33bb Color CSS Codes

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

#fd33bb Text Font Color

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

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


#fd33bb Background Color

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

This div background color is #fd33bb


#fd33bb Border Color

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

This div border color is #fd33bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd33bb

Related Colors


Comments

No comments written yet.

Please login to write comment.