Color Hex Logo

#f386ef Color Hex

#F386EF
(243,134,239)
0 Favorites   0 Comments

Color spaces of #f386ef

RGB 243134239
HSL0.840.820.74
HSV302°45°95°
CMYK 0.000.450.02   0.05
XYZ61.067242.336986.6146
Yxy42.33690.32140.2228
Hunter Lab65.066853.6608-33.3779
CIE-Lab71.102656.0039-35.1366

#f386ef color RGB value is (243,134,239).

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

The process color (four color CMYK) of #f386ef color hex is 0.00, 0.45, 0.02, 0.05. Web safe color of #f386ef is #ff99ff. Color #f386ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000110 11101111
Octal 363 206 357
Decimal 243 134 239
Hex F3 86 EF

RGB Percentages of Color #f386ef

%39.45
%21.75
%38.80

CMYK Percentages of Color #f386ef

%0
%45
%2
%5

Triadic Colors of #f386ef

#f386ef #eff386 #86eff3

Analogous Colors of #f386ef

#f386ef #f386b9 #c186f3

Monochromatic Colors of #f386ef

#f386ef

Complementary Color

#f386ef #86f38a

#f386ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f386ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f386ef Color CSS Codes

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

#f386ef Text Font Color

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

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


#f386ef Background Color

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

This div background color is #f386ef


#f386ef Border Color

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

This div border color is #f386ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f386ef


Comments

No comments written yet.

Please login to write comment.