Color Hex Logo

#f34cae Color Hex

#F34CAE
(243,76,174)
0 Favorites   0 Comments

Color spaces of #f34cae

RGB 24376174
HSL0.900.870.63
HSV325°69°95°
CMYK 0.000.690.28   0.05
XYZ47.186627.279642.8229
Yxy27.27960.40230.2326
Hunter Lab52.229969.8619-12.0505
CIE-Lab59.232271.6334-16.8222

#f34cae color RGB value is (243,76,174).

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

The process color (four color CMYK) of #f34cae color hex is 0.00, 0.69, 0.28, 0.05. Web safe color of #f34cae is #ff3399. Color #f34cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01001100 10101110
Octal 363 114 256
Decimal 243 76 174
Hex F3 4C AE

RGB Percentages of Color #f34cae

%49.29
%15.42
%35.29

CMYK Percentages of Color #f34cae

%0
%69
%28
%5

Triadic Colors of #f34cae

#f34cae #aef34c #4caef3

Analogous Colors of #f34cae

#f34cae #f34c5a #e54cf3

Monochromatic Colors of #f34cae

#f34cae

Complementary Color

#f34cae #4cf391

#f34cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f34cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f34cae Color CSS Codes

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

#f34cae Text Font Color

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

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


#f34cae Background Color

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

This div background color is #f34cae


#f34cae Border Color

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

This div border color is #f34cae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,76,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 #f34cae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f34cae


Comments

No comments written yet.

Please login to write comment.