Color Hex Logo

#fb5dec Color Hex

#FB5DEC
(251,93,236)
0 Favorites   0 Comments

Color spaces of #fb5dec

RGB 25193236
HSL0.850.950.67
HSV306°63°98°
CMYK 0.000.630.06   0.02
XYZ58.838334.394182.8945
Yxy34.39410.33410.1953
Hunter Lab58.646576.4525-42.7515
CIE-Lab65.274275.8120-42.4936

#fb5dec color RGB value is (251,93,236).

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

The process color (four color CMYK) of #fb5dec color hex is 0.00, 0.63, 0.06, 0.02. Web safe color of #fb5dec is #ff66ff. Color #fb5dec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011101 11101100
Octal 373 135 354
Decimal 251 93 236
Hex FB 5D EC

RGB Percentages of Color #fb5dec

%43.28
%16.03
%40.69

CMYK Percentages of Color #fb5dec

%0
%63
%6
%2

Triadic Colors of #fb5dec

#fb5dec #ecfb5d #5decfb

Analogous Colors of #fb5dec

#fb5dec #fb5d9d #bb5dfb

Monochromatic Colors of #fb5dec

#fb5dec

Complementary Color

#fb5dec #5dfb6c

#fb5dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5dec Color CSS Codes

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

#fb5dec Text Font Color

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

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


#fb5dec Background Color

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

This div background color is #fb5dec


#fb5dec Border Color

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

This div border color is #fb5dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5dec


Comments

No comments written yet.

Please login to write comment.