Color Hex Logo

#f354bc Color Hex

#F354BC
(243,84,188)
0 Favorites   0 Comments

Color spaces of #f354bc

RGB 24384188
HSL0.890.870.64
HSV321°65°95°
CMYK 0.000.650.23   0.05
XYZ49.209629.026250.5859
Yxy29.02620.38200.2253
Hunter Lab53.876068.7566-17.9561
CIE-Lab60.804770.4342-22.4786

#f354bc color RGB value is (243,84,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01010100 10111100
Octal 363 124 274
Decimal 243 84 188
Hex F3 54 BC

RGB Percentages of Color #f354bc

%47.18
%16.31
%36.50

CMYK Percentages of Color #f354bc

%0
%65
%23
%5

Triadic Colors of #f354bc

#f354bc #bcf354 #54bcf3

Analogous Colors of #f354bc

#f354bc #f3546d #db54f3

Monochromatic Colors of #f354bc

#f354bc

Complementary Color

#f354bc #54f38b

#f354bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f354bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f354bc Color CSS Codes

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

#f354bc Text Font Color

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

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


#f354bc Background Color

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

This div background color is #f354bc


#f354bc Border Color

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

This div border color is #f354bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f354bc


Comments

No comments written yet.

Please login to write comment.