Color Hex Logo

#f346d4 Color Hex

#F346D4
(243,70,212)
0 Favorites   0 Comments

Color spaces of #f346d4

RGB 24370212
HSL0.860.880.61
HSV311°71°95°
CMYK 0.000.710.13   0.05
XYZ51.036028.188565.0384
Yxy28.18850.35380.1954
Hunter Lab53.092878.6723-35.4649
CIE-Lab60.058778.5570-37.2997

#f346d4 color RGB value is (243,70,212).

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

The process color (four color CMYK) of #f346d4 color hex is 0.00, 0.71, 0.13, 0.05. Web safe color of #f346d4 is #ff33cc. Color #f346d4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01000110 11010100
Octal 363 106 324
Decimal 243 70 212
Hex F3 46 D4

RGB Percentages of Color #f346d4

%46.29
%13.33
%40.38

CMYK Percentages of Color #f346d4

%0
%71
%13
%5

Triadic Colors of #f346d4

#f346d4 #d4f346 #46d4f3

Analogous Colors of #f346d4

#f346d4 #f3467e #bc46f3

Monochromatic Colors of #f346d4

#f346d4

Complementary Color

#f346d4 #46f365

#f346d4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f346d4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f346d4 Color CSS Codes

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

#f346d4 Text Font Color

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

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


#f346d4 Background Color

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

This div background color is #f346d4


#f346d4 Border Color

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

This div border color is #f346d4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f346d4


Comments

No comments written yet.

Please login to write comment.