Color Hex Logo

#f30fda Color Hex

#F30FDA
(243,15,218)
0 Favorites   0 Comments

Color spaces of #f30fda

RGB 24315218
HSL0.850.900.51
HSV307°94°95°
CMYK 0.000.940.10   0.05
XYZ49.787924.458368.4265
Yxy24.45830.34900.1714
Hunter Lab49.455393.1535-47.4150
CIE-Lab56.543890.3671-46.2353

#f30fda color RGB value is (243,15,218).

#f30fda hex color red value is 243, green value is 15 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f30fda hue: 0.85 , saturation: 0.90 and the lightness value of f30fda is 0.51.

The process color (four color CMYK) of #f30fda color hex is 0.00, 0.94, 0.10, 0.05. Web safe color of #f30fda is #ff00cc. Color #f30fda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00001111 11011010
Octal 363 17 332
Decimal 243 15 218
Hex F3 F DA

RGB Percentages of Color #f30fda

%51.05
%3.15
%45.80

CMYK Percentages of Color #f30fda

%0
%94
%10
%5

Triadic Colors of #f30fda

#f30fda #daf30f #0fdaf3

Analogous Colors of #f30fda

#f30fda #f30f68 #9a0ff3

Monochromatic Colors of #f30fda

#f30fda

Complementary Color

#f30fda #0ff328

#f30fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f30fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f30fda Color CSS Codes

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

#f30fda Text Font Color

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

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


#f30fda Background Color

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

This div background color is #f30fda


#f30fda Border Color

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

This div border color is #f30fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f30fda


Comments

No comments written yet.

Please login to write comment.