Color Hex Logo

#f34696 Color Hex

#F34696
(243,70,150)
0 Favorites   0 Comments

Color spaces of #f34696

RGB 24370150
HSL0.920.880.61
HSV332°71°95°
CMYK 0.000.710.38   0.05
XYZ44.657325.637031.4489
Yxy25.63700.43890.2520
Hunter Lab50.633068.8257-1.3828
CIE-Lab57.690971.0730-5.1509

#f34696 color RGB value is (243,70,150).

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

The process color (four color CMYK) of #f34696 color hex is 0.00, 0.71, 0.38, 0.05. Web safe color of #f34696 is #ff3399. Color #f34696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01000110 10010110
Octal 363 106 226
Decimal 243 70 150
Hex F3 46 96

RGB Percentages of Color #f34696

%52.48
%15.12
%32.40

CMYK Percentages of Color #f34696

%0
%71
%38
%5

Triadic Colors of #f34696

#f34696 #96f346 #4696f3

Analogous Colors of #f34696

#f34696 #f34d46 #f346ed

Monochromatic Colors of #f34696

#f34696

Complementary Color

#f34696 #46f3a3

#f34696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f34696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f34696 Color CSS Codes

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

#f34696 Text Font Color

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

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


#f34696 Background Color

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

This div background color is #f34696


#f34696 Border Color

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

This div border color is #f34696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f34696


Comments

No comments written yet.

Please login to write comment.