Color Hex Logo

#fdb3fe Color Hex

#FDB3FE
(253,179,254)
0 Favorites   0 Comments

Color spaces of #fdb3fe

RGB 253179254
HSL0.830.970.85
HSV299°30°100°
CMYK 0.000.300.00   0.00
XYZ74.517560.2786101.4734
Yxy60.27860.31540.2551
Hunter Lab77.639335.4539-23.1436
CIE-Lab81.989438.6769-26.4091

#fdb3fe color RGB value is (253,179,254).

#fdb3fe hex color red value is 253, green value is 179 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fdb3fe hue: 0.83 , saturation: 0.97 and the lightness value of fdb3fe is 0.85.

The process color (four color CMYK) of #fdb3fe color hex is 0.00, 0.30, 0.00, 0.00. Web safe color of #fdb3fe is #ffccff. Color #fdb3fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110011 11111110
Octal 375 263 376
Decimal 253 179 254
Hex FD B3 FE

RGB Percentages of Color #fdb3fe

%36.88
%26.09
%37.03

CMYK Percentages of Color #fdb3fe

%0
%30
%0
%0

Triadic Colors of #fdb3fe

#fdb3fe #fefdb3 #b3fefd

Analogous Colors of #fdb3fe

#fdb3fe #feb3da #d8b3fe

Monochromatic Colors of #fdb3fe

#fdb3fe

Complementary Color

#fdb3fe #b4feb3

#fdb3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb3fe Color CSS Codes

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

#fdb3fe Text Font Color

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

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


#fdb3fe Background Color

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

This div background color is #fdb3fe


#fdb3fe Border Color

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

This div border color is #fdb3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb3fe

Related Colors


Comments

No comments written yet.

Please login to write comment.