Color Hex Logo

#f304da Color Hex

#F304DA
(243,4,218)
0 Favorites   0 Comments

Color spaces of #f304da

RGB 2434218
HSL0.850.970.48
HSV306°98°95°
CMYK 0.000.980.10   0.05
XYZ49.660524.203568.3840
Yxy24.20350.34910.1702
Hunter Lab49.197194.0867-47.9753
CIE-Lab56.291091.1127-46.6357

#f304da color RGB value is (243,4,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000100 11011010
Octal 363 4 332
Decimal 243 4 218
Hex F3 4 DA

RGB Percentages of Color #f304da

%52.26
%0.86
%46.88

CMYK Percentages of Color #f304da

%0
%98
%10
%5

Triadic Colors of #f304da

#f304da #daf304 #04daf3

Analogous Colors of #f304da

#f304da #f30463 #9504f3

Monochromatic Colors of #f304da

#f304da

Complementary Color

#f304da #04f31d

#f304da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f304da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f304da Color CSS Codes

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

#f304da Text Font Color

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

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


#f304da Background Color

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

This div background color is #f304da


#f304da Border Color

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

This div border color is #f304da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,4,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 #f304da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f304da

Related Colors


Comments

No comments written yet.

Please login to write comment.