Color Hex Logo

#f18ffd Color Hex

#F18FFD
(241,143,253)
0 Favorites   0 Comments

Color spaces of #f18ffd

RGB 241143253
HSL0.820.960.78
HSV293°43°99°
CMYK 0.050.430.00   0.01
XYZ63.827745.437598.3347
Yxy45.43750.30750.2189
Hunter Lab67.407351.0580-39.3079
CIE-Lab73.179053.4592-39.5640

#f18ffd color RGB value is (241,143,253).

#f18ffd hex color red value is 241, green value is 143 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f18ffd hue: 0.82 , saturation: 0.96 and the lightness value of f18ffd is 0.78.

The process color (four color CMYK) of #f18ffd color hex is 0.05, 0.43, 0.00, 0.01. Web safe color of #f18ffd is #ff99ff. Color #f18ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001111 11111101
Octal 361 217 375
Decimal 241 143 253
Hex F1 8F FD

RGB Percentages of Color #f18ffd

%37.83
%22.45
%39.72

CMYK Percentages of Color #f18ffd

%5
%43
%0
%1

Triadic Colors of #f18ffd

#f18ffd #fdf18f #8ffdf1

Analogous Colors of #f18ffd

#f18ffd #fd8fd2 #ba8ffd

Monochromatic Colors of #f18ffd

#f18ffd

Complementary Color

#f18ffd #9bfd8f

#f18ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18ffd Color CSS Codes

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

#f18ffd Text Font Color

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

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


#f18ffd Background Color

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

This div background color is #f18ffd


#f18ffd Border Color

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

This div border color is #f18ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18ffd


Comments

No comments written yet.

Please login to write comment.