Color Hex Logo

#f304bb Color Hex

#F304BB
(243,4,187)
0 Favorites   0 Comments

Color spaces of #f304bb

RGB 2434187
HSL0.870.970.48
HSV314°98°95°
CMYK 0.000.980.23   0.05
XYZ45.975222.729448.9778
Yxy22.72940.39070.1931
Hunter Lab47.675488.7026-27.5370
CIE-Lab54.792587.3527-31.1854

#f304bb color RGB value is (243,4,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000100 10111011
Octal 363 4 273
Decimal 243 4 187
Hex F3 4 BB

RGB Percentages of Color #f304bb

%55.99
%0.92
%43.09

CMYK Percentages of Color #f304bb

%0
%98
%23
%5

Triadic Colors of #f304bb

#f304bb #bbf304 #04bbf3

Analogous Colors of #f304bb

#f304bb #f30443 #b404f3

Monochromatic Colors of #f304bb

#f304bb

Complementary Color

#f304bb #04f33c

#f304bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f304bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f304bb Color CSS Codes

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

#f304bb Text Font Color

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

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


#f304bb Background Color

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

This div background color is #f304bb


#f304bb Border Color

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

This div border color is #f304bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f304bb

Related Colors


Comments

No comments written yet.

Please login to write comment.