Color Hex Logo

#f34348 Color Hex

#F34348
(243,67,72)
0 Favorites   0 Comments

Color spaces of #f34348

RGB 2436772
HSL1.000.880.61
HSV358°72°95°
CMYK 0.000.720.70   0.05
XYZ40.139023.53698.5584
Yxy23.53690.55570.3258
Hunter Lab48.514862.781923.5012
CIE-Lab55.621166.416237.8123

#f34348 color RGB value is (243,67,72).

#f34348 hex color red value is 243, green value is 67 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #f34348 hue: 1.00 , saturation: 0.88 and the lightness value of f34348 is 0.61.

The process color (four color CMYK) of #f34348 color hex is 0.00, 0.72, 0.70, 0.05. Web safe color of #f34348 is #ff3333. Color #f34348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01000011 01001000
Octal 363 103 110
Decimal 243 67 72
Hex F3 43 48

RGB Percentages of Color #f34348

%63.61
%17.54
%18.85

CMYK Percentages of Color #f34348

%0
%72
%70
%5

Triadic Colors of #f34348

#f34348 #48f343 #4348f3

Analogous Colors of #f34348

#f34348 #f39643 #f343a0

Monochromatic Colors of #f34348

#f34348

Complementary Color

#f34348 #43f3ee

#f34348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f34348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f34348 Color CSS Codes

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

#f34348 Text Font Color

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

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


#f34348 Background Color

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

This div background color is #f34348


#f34348 Border Color

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

This div border color is #f34348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f34348


Comments

No comments written yet.

Please login to write comment.