Color Hex Logo

#f3b5fd Color Hex

#F3B5FD
(243,181,253)
0 Favorites   0 Comments

Color spaces of #f3b5fd

RGB 243181253
HSL0.810.950.85
HSV292°28°99°
CMYK 0.040.280.00   0.01
XYZ71.215659.1943100.6007
Yxy59.19430.30830.2562
Hunter Lab76.937830.5829-23.6686
CIE-Lab81.398334.3120-26.8666

#f3b5fd color RGB value is (243,181,253).

#f3b5fd hex color red value is 243, green value is 181 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f3b5fd hue: 0.81 , saturation: 0.95 and the lightness value of f3b5fd is 0.85.

The process color (four color CMYK) of #f3b5fd color hex is 0.04, 0.28, 0.00, 0.01. Web safe color of #f3b5fd is #ffccff. Color #f3b5fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10110101 11111101
Octal 363 265 375
Decimal 243 181 253
Hex F3 B5 FD

RGB Percentages of Color #f3b5fd

%35.89
%26.74
%37.37

CMYK Percentages of Color #f3b5fd

%4
%28
%0
%1

Triadic Colors of #f3b5fd

#f3b5fd #fdf3b5 #b5fdf3

Analogous Colors of #f3b5fd

#f3b5fd #fdb5e3 #cfb5fd

Monochromatic Colors of #f3b5fd

#f3b5fd

Complementary Color

#f3b5fd #bffdb5

#f3b5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3b5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3b5fd Color CSS Codes

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

#f3b5fd Text Font Color

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

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


#f3b5fd Background Color

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

This div background color is #f3b5fd


#f3b5fd Border Color

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

This div border color is #f3b5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3b5fd


Comments

No comments written yet.

Please login to write comment.