Color Hex Logo

#f34fdb Color Hex

#F34FDB
(243,79,219)
0 Favorites   0 Comments

Color spaces of #f34fdb

RGB 24379219
HSL0.860.870.63
HSV309°67°95°
CMYK 0.000.670.10   0.05
XYZ52.544329.761169.9929
Yxy29.76110.34500.1954
Hunter Lab54.553776.4561-37.8820
CIE-Lab61.447576.5351-39.0779

#f34fdb color RGB value is (243,79,219).

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

The process color (four color CMYK) of #f34fdb color hex is 0.00, 0.67, 0.10, 0.05. Web safe color of #f34fdb is #ff66cc. Color #f34fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01001111 11011011
Octal 363 117 333
Decimal 243 79 219
Hex F3 4F DB

RGB Percentages of Color #f34fdb

%44.92
%14.60
%40.48

CMYK Percentages of Color #f34fdb

%0
%67
%10
%5

Triadic Colors of #f34fdb

#f34fdb #dbf34f #4fdbf3

Analogous Colors of #f34fdb

#f34fdb #f34f89 #b94ff3

Monochromatic Colors of #f34fdb

#f34fdb

Complementary Color

#f34fdb #4ff367

#f34fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f34fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f34fdb Color CSS Codes

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

#f34fdb Text Font Color

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

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


#f34fdb Background Color

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

This div background color is #f34fdb


#f34fdb Border Color

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

This div border color is #f34fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f34fdb


Comments

No comments written yet.

Please login to write comment.