Color Hex Logo

#fb55dc Color Hex

#FB55DC
(251,85,220)
0 Favorites   0 Comments

Color spaces of #fb55dc

RGB 25185220
HSL0.860.950.66
HSV311°66°98°
CMYK 0.000.660.12   0.02
XYZ55.950432.173570.9713
Yxy32.17350.35170.2022
Hunter Lab56.721776.8098-34.4796
CIE-Lab63.486076.4305-36.3638

#fb55dc color RGB value is (251,85,220).

#fb55dc hex color red value is 251, green value is 85 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fb55dc hue: 0.86 , saturation: 0.95 and the lightness value of fb55dc is 0.66.

The process color (four color CMYK) of #fb55dc color hex is 0.00, 0.66, 0.12, 0.02. Web safe color of #fb55dc is #ff66cc. Color #fb55dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010101 11011100
Octal 373 125 334
Decimal 251 85 220
Hex FB 55 DC

RGB Percentages of Color #fb55dc

%45.14
%15.29
%39.57

CMYK Percentages of Color #fb55dc

%0
%66
%12
%2

Triadic Colors of #fb55dc

#fb55dc #dcfb55 #55dcfb

Analogous Colors of #fb55dc

#fb55dc #fb5589 #c755fb

Monochromatic Colors of #fb55dc

#fb55dc

Complementary Color

#fb55dc #55fb74

#fb55dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb55dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb55dc Color CSS Codes

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

#fb55dc Text Font Color

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

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


#fb55dc Background Color

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

This div background color is #fb55dc


#fb55dc Border Color

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

This div border color is #fb55dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,85,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb55dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb55dc;
  -webkit-box-shadow: 1px 1px 3px 2px #fb55dc;
  box-shadow:         1px 1px 3px 2px #fb55dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,85,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb55dc

Related Colors


Comments

No comments written yet.

Please login to write comment.