Color Hex Logo

#f354dc Color Hex

#F354DC
(243,84,220)
0 Favorites   0 Comments

Color spaces of #f354dc

RGB 24384220
HSL0.860.870.64
HSV309°65°95°
CMYK 0.000.650.09   0.05
XYZ53.050730.562670.8132
Yxy30.56260.34350.1979
Hunter Lab55.283574.5448-37.2468
CIE-Lab62.136674.8789-38.5615

#f354dc color RGB value is (243,84,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01010100 11011100
Octal 363 124 334
Decimal 243 84 220
Hex F3 54 DC

RGB Percentages of Color #f354dc

%44.42
%15.36
%40.22

CMYK Percentages of Color #f354dc

%0
%65
%9
%5

Triadic Colors of #f354dc

#f354dc #dcf354 #54dcf3

Analogous Colors of #f354dc

#f354dc #f3548d #bb54f3

Monochromatic Colors of #f354dc

#f354dc

Complementary Color

#f354dc #54f36b

#f354dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f354dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f354dc Color CSS Codes

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

#f354dc Text Font Color

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

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


#f354dc Background Color

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

This div background color is #f354dc


#f354dc Border Color

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

This div border color is #f354dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f354dc


Comments

No comments written yet.

Please login to write comment.