Color Hex Logo

#f38bfe Color Hex

#F38BFE
(243,139,254)
0 Favorites   0 Comments

Color spaces of #f38bfe

RGB 243139254
HSL0.820.980.77
HSV294°45°100°
CMYK 0.040.450.00   0.00
XYZ64.084244.675799.0116
Yxy44.67570.30840.2150
Hunter Lab66.839954.1710-41.0398
CIE-Lab72.677856.2053-40.8707

#f38bfe color RGB value is (243,139,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001011 11111110
Octal 363 213 376
Decimal 243 139 254
Hex F3 8B FE

RGB Percentages of Color #f38bfe

%38.21
%21.86
%39.94

CMYK Percentages of Color #f38bfe

%4
%45
%0
%0

Triadic Colors of #f38bfe

#f38bfe #fef38b #8bfef3

Analogous Colors of #f38bfe

#f38bfe #fe8bd0 #ba8bfe

Monochromatic Colors of #f38bfe

#f38bfe

Complementary Color

#f38bfe #96fe8b

#f38bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f38bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f38bfe Color CSS Codes

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

#f38bfe Text Font Color

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

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


#f38bfe Background Color

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

This div background color is #f38bfe


#f38bfe Border Color

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

This div border color is #f38bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f38bfe


Comments

No comments written yet.

Please login to write comment.