Color Hex Logo

#f309d6 Color Hex

#F309D6
(243,9,214)
0 Favorites   0 Comments

Color spaces of #f309d6

RGB 2439214
HSL0.850.930.49
HSV307°96°95°
CMYK 0.000.960.12   0.05
XYZ49.197424.105165.6781
Yxy24.10510.35400.1734
Hunter Lab49.096992.9456-44.9457
CIE-Lab56.192990.2798-44.5153

#f309d6 color RGB value is (243,9,214).

#f309d6 hex color red value is 243, green value is 9 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #f309d6 hue: 0.85 , saturation: 0.93 and the lightness value of f309d6 is 0.49.

The process color (four color CMYK) of #f309d6 color hex is 0.00, 0.96, 0.12, 0.05. Web safe color of #f309d6 is #ff00cc. Color #f309d6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00001001 11010110
Octal 363 11 326
Decimal 243 9 214
Hex F3 9 D6

RGB Percentages of Color #f309d6

%52.15
%1.93
%45.92

CMYK Percentages of Color #f309d6

%0
%96
%12
%5

Triadic Colors of #f309d6

#f309d6 #d6f309 #09d6f3

Analogous Colors of #f309d6

#f309d6 #f30961 #9b09f3

Monochromatic Colors of #f309d6

#f309d6

Complementary Color

#f309d6 #09f326

#f309d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f309d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f309d6 Color CSS Codes

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

#f309d6 Text Font Color

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

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


#f309d6 Background Color

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

This div background color is #f309d6


#f309d6 Border Color

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

This div border color is #f309d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f309d6


Comments

No comments written yet.

Please login to write comment.