Color Hex Logo

#f340b4 Color Hex

#F340B4
(243,64,180)
0 Favorites   0 Comments

Color spaces of #f340b4

RGB 24364180
HSL0.890.880.60
HSV321°74°95°
CMYK 0.000.740.26   0.05
XYZ47.033826.016845.7228
Yxy26.01680.39600.2190
Hunter Lab51.006775.3351-17.4434
CIE-Lab58.053076.2885-22.0911

#f340b4 color RGB value is (243,64,180).

#f340b4 hex color red value is 243, green value is 64 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #f340b4 hue: 0.89 , saturation: 0.88 and the lightness value of f340b4 is 0.60.

The process color (four color CMYK) of #f340b4 color hex is 0.00, 0.74, 0.26, 0.05. Web safe color of #f340b4 is #ff33cc. Color #f340b4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01000000 10110100
Octal 363 100 264
Decimal 243 64 180
Hex F3 40 B4

RGB Percentages of Color #f340b4

%49.90
%13.14
%36.96

CMYK Percentages of Color #f340b4

%0
%74
%26
%5

Triadic Colors of #f340b4

#f340b4 #b4f340 #40b4f3

Analogous Colors of #f340b4

#f340b4 #f3405b #d940f3

Monochromatic Colors of #f340b4

#f340b4

Complementary Color

#f340b4 #40f37f

#f340b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f340b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f340b4 Color CSS Codes

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

#f340b4 Text Font Color

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

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


#f340b4 Background Color

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

This div background color is #f340b4


#f340b4 Border Color

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

This div border color is #f340b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f340b4

Related Colors


Comments

No comments written yet.

Please login to write comment.