Color Hex Logo

#f38cfe Color Hex

#F38CFE
(243,140,254)
0 Favorites   0 Comments

Color spaces of #f38cfe

RGB 243140254
HSL0.820.980.77
HSV294°45°100°
CMYK 0.040.450.00   0.00
XYZ64.229644.966699.0601
Yxy44.96660.30840.2159
Hunter Lab67.057153.6234-40.6461
CIE-Lab72.869955.7088-40.5712

#f38cfe color RGB value is (243,140,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001100 11111110
Octal 363 214 376
Decimal 243 140 254
Hex F3 8C FE

RGB Percentages of Color #f38cfe

%38.15
%21.98
%39.87

CMYK Percentages of Color #f38cfe

%4
%45
%0
%0

Triadic Colors of #f38cfe

#f38cfe #fef38c #8cfef3

Analogous Colors of #f38cfe

#f38cfe #fe8cd0 #ba8cfe

Monochromatic Colors of #f38cfe

#f38cfe

Complementary Color

#f38cfe #97fe8c

#f38cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f38cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f38cfe Color CSS Codes

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

#f38cfe Text Font Color

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

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


#f38cfe Background Color

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

This div background color is #f38cfe


#f38cfe Border Color

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

This div border color is #f38cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f38cfe

Related Colors

#f38cfe Color Palettes


Comments

No comments written yet.

Please login to write comment.