Color Hex Logo

#f34381 Color Hex

#F34381
(243,67,129)
0 Favorites   0 Comments

Color spaces of #f34381

RGB 24367129
HSL0.940.880.61
HSV339°72°95°
CMYK 0.000.720.47   0.05
XYZ42.931824.654023.2648
Yxy24.65400.47260.2714
Hunter Lab49.652867.44596.9766
CIE-Lab56.736770.11345.8416

#f34381 color RGB value is (243,67,129).

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

The process color (four color CMYK) of #f34381 color hex is 0.00, 0.72, 0.47, 0.05. Web safe color of #f34381 is #ff3399. Color #f34381 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01000011 10000001
Octal 363 103 201
Decimal 243 67 129
Hex F3 43 81

RGB Percentages of Color #f34381

%55.35
%15.26
%29.38

CMYK Percentages of Color #f34381

%0
%72
%47
%5

Triadic Colors of #f34381

#f34381 #81f343 #4381f3

Analogous Colors of #f34381

#f34381 #f35d43 #f343d9

Monochromatic Colors of #f34381

#f34381

Complementary Color

#f34381 #43f3b5

#f34381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f34381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f34381 Color CSS Codes

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

#f34381 Text Font Color

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

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


#f34381 Background Color

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

This div background color is #f34381


#f34381 Border Color

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

This div border color is #f34381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f34381


Comments

No comments written yet.

Please login to write comment.