Color Hex Logo

#f18cfd Color Hex

#F18CFD
(241,140,253)
0 Favorites   0 Comments

Color spaces of #f18cfd

RGB 241140253
HSL0.820.970.77
HSV294°45°99°
CMYK 0.050.450.00   0.01
XYZ63.383344.548898.1866
Yxy44.54880.30750.2161
Hunter Lab66.744952.7063-40.4985
CIE-Lab72.593854.9632-40.4759

#f18cfd color RGB value is (241,140,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001100 11111101
Octal 361 214 375
Decimal 241 140 253
Hex F1 8C FD

RGB Percentages of Color #f18cfd

%38.01
%22.08
%39.91

CMYK Percentages of Color #f18cfd

%5
%45
%0
%1

Triadic Colors of #f18cfd

#f18cfd #fdf18c #8cfdf1

Analogous Colors of #f18cfd

#f18cfd #fd8cd1 #b98cfd

Monochromatic Colors of #f18cfd

#f18cfd

Complementary Color

#f18cfd #98fd8c

#f18cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18cfd Color CSS Codes

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

#f18cfd Text Font Color

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

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


#f18cfd Background Color

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

This div background color is #f18cfd


#f18cfd Border Color

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

This div border color is #f18cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.