Color Hex Logo

#f386fd Color Hex

#F386FD
(243,134,253)
0 Favorites   0 Comments

Color spaces of #f386fd

RGB 243134253
HSL0.820.970.76
HSV295°47°99°
CMYK 0.040.470.00   0.01
XYZ63.216943.196797.9344
Yxy43.19670.30940.2114
Hunter Lab65.724256.6731-42.3400
CIE-Lab71.688358.4837-41.8716

#f386fd color RGB value is (243,134,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000110 11111101
Octal 363 206 375
Decimal 243 134 253
Hex F3 86 FD

RGB Percentages of Color #f386fd

%38.57
%21.27
%40.16

CMYK Percentages of Color #f386fd

%4
%47
%0
%1

Triadic Colors of #f386fd

#f386fd #fdf386 #86fdf3

Analogous Colors of #f386fd

#f386fd #fd86cc #b886fd

Monochromatic Colors of #f386fd

#f386fd

Complementary Color

#f386fd #90fd86

#f386fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f386fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f386fd Color CSS Codes

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

#f386fd Text Font Color

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

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


#f386fd Background Color

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

This div background color is #f386fd


#f386fd Border Color

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

This div border color is #f386fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f386fd

Related Colors


Comments

No comments written yet.

Please login to write comment.