Color Hex Logo

#f34959 Color Hex

#F34959
(243,73,89)
0 Favorites   0 Comments

Color spaces of #f34959

RGB 2437389
HSL0.980.880.62
HSV354°70°95°
CMYK 0.000.700.63   0.05
XYZ41.147924.541012.0194
Yxy24.54100.52950.3158
Hunter Lab49.538961.572420.2919
CIE-Lab56.625465.204229.2753

#f34959 color RGB value is (243,73,89).

#f34959 hex color red value is 243, green value is 73 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #f34959 hue: 0.98 , saturation: 0.88 and the lightness value of f34959 is 0.62.

The process color (four color CMYK) of #f34959 color hex is 0.00, 0.70, 0.63, 0.05. Web safe color of #f34959 is #ff3366. Color #f34959 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01001001 01011001
Octal 363 111 131
Decimal 243 73 89
Hex F3 49 59

RGB Percentages of Color #f34959

%60.00
%18.02
%21.98

CMYK Percentages of Color #f34959

%0
%70
%63
%5

Triadic Colors of #f34959

#f34959 #59f349 #4959f3

Analogous Colors of #f34959

#f34959 #f38e49 #f349ae

Monochromatic Colors of #f34959

#f34959

Complementary Color

#f34959 #49f3e3

#f34959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f34959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f34959 Color CSS Codes

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

#f34959 Text Font Color

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

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


#f34959 Background Color

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

This div background color is #f34959


#f34959 Border Color

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

This div border color is #f34959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f34959


Comments

No comments written yet.

Please login to write comment.