Color Hex Logo

#f34dae Color Hex

#F34DAE
(243,77,174)
0 Favorites   0 Comments

Color spaces of #f34dae

RGB 24377174
HSL0.900.870.63
HSV325°68°95°
CMYK 0.000.680.28   0.05
XYZ47.256027.418442.8460
Yxy27.41840.40210.2333
Hunter Lab52.362669.4575-11.8606
CIE-Lab59.359671.2783-16.6289

#f34dae color RGB value is (243,77,174).

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

The process color (four color CMYK) of #f34dae color hex is 0.00, 0.68, 0.28, 0.05. Web safe color of #f34dae is #ff6699. Color #f34dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01001101 10101110
Octal 363 115 256
Decimal 243 77 174
Hex F3 4D AE

RGB Percentages of Color #f34dae

%49.19
%15.59
%35.22

CMYK Percentages of Color #f34dae

%0
%68
%28
%5

Triadic Colors of #f34dae

#f34dae #aef34d #4daef3

Analogous Colors of #f34dae

#f34dae #f34d5b #e54df3

Monochromatic Colors of #f34dae

#f34dae

Complementary Color

#f34dae #4df392

#f34dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f34dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f34dae Color CSS Codes

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

#f34dae Text Font Color

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

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


#f34dae Background Color

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

This div background color is #f34dae


#f34dae Border Color

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

This div border color is #f34dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f34dae


Comments

No comments written yet.

Please login to write comment.