Color Hex Logo

#fb5ddb Color Hex

#FB5DDB
(251,93,219)
0 Favorites   0 Comments

Color spaces of #fb5ddb

RGB 25193219
HSL0.870.950.67
HSV312°63°98°
CMYK 0.000.630.13   0.02
XYZ56.484233.452470.4977
Yxy33.45240.35210.2085
Hunter Lab57.838073.1052-31.7808
CIE-Lab64.525673.2782-34.1849

#fb5ddb color RGB value is (251,93,219).

#fb5ddb hex color red value is 251, green value is 93 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fb5ddb hue: 0.87 , saturation: 0.95 and the lightness value of fb5ddb is 0.67.

The process color (four color CMYK) of #fb5ddb color hex is 0.00, 0.63, 0.13, 0.02. Web safe color of #fb5ddb is #ff66cc. Color #fb5ddb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011101 11011011
Octal 373 135 333
Decimal 251 93 219
Hex FB 5D DB

RGB Percentages of Color #fb5ddb

%44.58
%16.52
%38.90

CMYK Percentages of Color #fb5ddb

%0
%63
%13
%2

Triadic Colors of #fb5ddb

#fb5ddb #dbfb5d #5ddbfb

Analogous Colors of #fb5ddb

#fb5ddb #fb5d8c #cc5dfb

Monochromatic Colors of #fb5ddb

#fb5ddb

Complementary Color

#fb5ddb #5dfb7d

#fb5ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5ddb Color CSS Codes

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

#fb5ddb Text Font Color

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

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


#fb5ddb Background Color

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

This div background color is #fb5ddb


#fb5ddb Border Color

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

This div border color is #fb5ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5ddb

Related Colors


Comments

No comments written yet.

Please login to write comment.