Color Hex Logo

#f38ffa Color Hex

#F38FFA
(243,143,250)
0 Favorites   0 Comments

Color spaces of #f38ffa

RGB 243143250
HSL0.820.910.77
HSV296°43°98°
CMYK 0.030.430.00   0.02
XYZ64.039945.601795.8692
Yxy45.60170.31160.2219
Hunter Lab67.529051.1014-36.9021
CIE-Lab73.286353.4814-37.7496

#f38ffa color RGB value is (243,143,250).

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

The process color (four color CMYK) of #f38ffa color hex is 0.03, 0.43, 0.00, 0.02. Web safe color of #f38ffa is #ff99ff. Color #f38ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001111 11111010
Octal 363 217 372
Decimal 243 143 250
Hex F3 8F FA

RGB Percentages of Color #f38ffa

%38.21
%22.48
%39.31

CMYK Percentages of Color #f38ffa

%3
%43
%0
%2

Triadic Colors of #f38ffa

#f38ffa #faf38f #8ffaf3

Analogous Colors of #f38ffa

#f38ffa #fa8fcc #be8ffa

Monochromatic Colors of #f38ffa

#f38ffa

Complementary Color

#f38ffa #96fa8f

#f38ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f38ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f38ffa Color CSS Codes

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

#f38ffa Text Font Color

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

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


#f38ffa Background Color

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

This div background color is #f38ffa


#f38ffa Border Color

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

This div border color is #f38ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f38ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.