Color Hex Logo

#fb93dc Color Hex

#FB93DC
(251,147,220)
0 Favorites   0 Comments

Color spaces of #fb93dc

RGB 251147220
HSL0.880.930.78
HSV318°41°98°
CMYK 0.000.410.12   0.02
XYZ63.135646.544073.3664
Yxy46.54400.34490.2543
Hunter Lab68.223245.7983-16.0036
CIE-Lab73.897148.7756-20.3428

#fb93dc color RGB value is (251,147,220).

#fb93dc hex color red value is 251, green value is 147 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fb93dc hue: 0.88 , saturation: 0.93 and the lightness value of fb93dc is 0.78.

The process color (four color CMYK) of #fb93dc color hex is 0.00, 0.41, 0.12, 0.02. Web safe color of #fb93dc is #ff99cc. Color #fb93dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010011 11011100
Octal 373 223 334
Decimal 251 147 220
Hex FB 93 DC

RGB Percentages of Color #fb93dc

%40.61
%23.79
%35.60

CMYK Percentages of Color #fb93dc

%0
%41
%12
%2

Triadic Colors of #fb93dc

#fb93dc #dcfb93 #93dcfb

Analogous Colors of #fb93dc

#fb93dc #fb93a8 #e693fb

Monochromatic Colors of #fb93dc

#fb93dc

Complementary Color

#fb93dc #93fbb2

#fb93dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb93dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb93dc Color CSS Codes

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

#fb93dc Text Font Color

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

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


#fb93dc Background Color

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

This div background color is #fb93dc


#fb93dc Border Color

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

This div border color is #fb93dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,147,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 #fb93dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb93dc


Comments

No comments written yet.

Please login to write comment.