Color Hex Logo

#f34b75 Color Hex

#F34B75
(243,75,117)
0 Favorites   0 Comments

Color spaces of #f34b75

RGB 24375117
HSL0.960.880.62
HSV345°69°95°
CMYK 0.000.690.52   0.05
XYZ42.689125.371219.4768
Yxy25.37120.48770.2898
Hunter Lab50.369863.133912.3329
CIE-Lab57.435366.378013.9234

#f34b75 color RGB value is (243,75,117).

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

The process color (four color CMYK) of #f34b75 color hex is 0.00, 0.69, 0.52, 0.05. Web safe color of #f34b75 is #ff3366. Color #f34b75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01001011 01110101
Octal 363 113 165
Decimal 243 75 117
Hex F3 4B 75

RGB Percentages of Color #f34b75

%55.86
%17.24
%26.90

CMYK Percentages of Color #f34b75

%0
%69
%52
%5

Triadic Colors of #f34b75

#f34b75 #75f34b #4b75f3

Analogous Colors of #f34b75

#f34b75 #f3754b #f34bc9

Monochromatic Colors of #f34b75

#f34b75

Complementary Color

#f34b75 #4bf3c9

#f34b75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f34b75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f34b75 Color CSS Codes

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

#f34b75 Text Font Color

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

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


#f34b75 Background Color

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

This div background color is #f34b75


#f34b75 Border Color

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

This div border color is #f34b75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f34b75


Comments

No comments written yet.

Please login to write comment.