Color Hex Logo

#f354cc Color Hex

#F354CC
(243,84,204)
0 Favorites   0 Comments

Color spaces of #f354cc

RGB 24384204
HSL0.870.870.64
HSV315°65°95°
CMYK 0.000.650.16   0.05
XYZ51.031629.755060.1804
Yxy29.75500.36200.2111
Hunter Lab54.548171.5334-27.2282
CIE-Lab61.442372.5815-30.6115

#f354cc color RGB value is (243,84,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01010100 11001100
Octal 363 124 314
Decimal 243 84 204
Hex F3 54 CC

RGB Percentages of Color #f354cc

%45.76
%15.82
%38.42

CMYK Percentages of Color #f354cc

%0
%65
%16
%5

Triadic Colors of #f354cc

#f354cc #ccf354 #54ccf3

Analogous Colors of #f354cc

#f354cc #f3547d #cb54f3

Monochromatic Colors of #f354cc

#f354cc

Complementary Color

#f354cc #54f37b

#f354cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f354cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f354cc Color CSS Codes

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

#f354cc Text Font Color

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

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


#f354cc Background Color

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

This div background color is #f354cc


#f354cc Border Color

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

This div border color is #f354cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f354cc


Comments

No comments written yet.

Please login to write comment.