Color Hex Logo

#f356bf Color Hex

#F356BF
(243,86,191)
0 Favorites   0 Comments

Color spaces of #f356bf

RGB 24386191
HSL0.890.870.65
HSV320°65°95°
CMYK 0.000.650.21   0.05
XYZ49.693929.471952.3597
Yxy29.47190.37780.2241
Hunter Lab54.288068.3904-19.1824
CIE-Lab61.195970.0612-23.5941

#f356bf color RGB value is (243,86,191).

#f356bf hex color red value is 243, green value is 86 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f356bf hue: 0.89 , saturation: 0.87 and the lightness value of f356bf is 0.65.

The process color (four color CMYK) of #f356bf color hex is 0.00, 0.65, 0.21, 0.05. Web safe color of #f356bf is #ff66cc. Color #f356bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01010110 10111111
Octal 363 126 277
Decimal 243 86 191
Hex F3 56 BF

RGB Percentages of Color #f356bf

%46.73
%16.54
%36.73

CMYK Percentages of Color #f356bf

%0
%65
%21
%5

Triadic Colors of #f356bf

#f356bf #bff356 #56bff3

Analogous Colors of #f356bf

#f356bf #f35671 #d956f3

Monochromatic Colors of #f356bf

#f356bf

Complementary Color

#f356bf #56f38a

#f356bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f356bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f356bf Color CSS Codes

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

#f356bf Text Font Color

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

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


#f356bf Background Color

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

This div background color is #f356bf


#f356bf Border Color

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

This div border color is #f356bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f356bf


Comments

No comments written yet.

Please login to write comment.