Color Hex Logo

#f34dbf Color Hex

#F34DBF
(243,77,191)
0 Favorites   0 Comments

Color spaces of #f34dbf

RGB 24377191
HSL0.890.870.63
HSV319°68°95°
CMYK 0.000.680.21   0.05
XYZ49.020028.124052.1351
Yxy28.12400.37920.2175
Hunter Lab53.032172.1897-21.1647
CIE-Lab60.000673.3841-25.4305

#f34dbf color RGB value is (243,77,191).

#f34dbf hex color red value is 243, green value is 77 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f34dbf hue: 0.89 , saturation: 0.87 and the lightness value of f34dbf is 0.63.

The process color (four color CMYK) of #f34dbf color hex is 0.00, 0.68, 0.21, 0.05. Web safe color of #f34dbf is #ff66cc. Color #f34dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01001101 10111111
Octal 363 115 277
Decimal 243 77 191
Hex F3 4D BF

RGB Percentages of Color #f34dbf

%47.55
%15.07
%37.38

CMYK Percentages of Color #f34dbf

%0
%68
%21
%5

Triadic Colors of #f34dbf

#f34dbf #bff34d #4dbff3

Analogous Colors of #f34dbf

#f34dbf #f34d6c #d44df3

Monochromatic Colors of #f34dbf

#f34dbf

Complementary Color

#f34dbf #4df381

#f34dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f34dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f34dbf Color CSS Codes

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

#f34dbf Text Font Color

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

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


#f34dbf Background Color

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

This div background color is #f34dbf


#f34dbf Border Color

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

This div border color is #f34dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f34dbf


Comments

No comments written yet.

Please login to write comment.