Color Hex Logo

#f354bf Color Hex

#F354BF
(243,84,191)
0 Favorites   0 Comments

Color spaces of #f354bf

RGB 24384191
HSL0.890.870.64
HSV320°65°95°
CMYK 0.000.650.21   0.05
XYZ49.536429.156952.3072
Yxy29.15690.37810.2226
Hunter Lab53.997169.2591-19.6364
CIE-Lab60.919970.8249-24.0176

#f354bf color RGB value is (243,84,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01010100 10111111
Octal 363 124 277
Decimal 243 84 191
Hex F3 54 BF

RGB Percentages of Color #f354bf

%46.91
%16.22
%36.87

CMYK Percentages of Color #f354bf

%0
%65
%21
%5

Triadic Colors of #f354bf

#f354bf #bff354 #54bff3

Analogous Colors of #f354bf

#f354bf #f35470 #d854f3

Monochromatic Colors of #f354bf

#f354bf

Complementary Color

#f354bf #54f388

#f354bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f354bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f354bf Color CSS Codes

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

#f354bf Text Font Color

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

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


#f354bf Background Color

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

This div background color is #f354bf


#f354bf Border Color

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

This div border color is #f354bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f354bf


Comments

No comments written yet.

Please login to write comment.