Color Hex Logo

#f327ae Color Hex

#F327AE
(243,39,174)
0 Favorites   0 Comments

Color spaces of #f327ae

RGB 24339174
HSL0.890.890.55
HSV320°84°95°
CMYK 0.000.840.28   0.05
XYZ45.327623.561742.2032
Yxy23.56170.40800.2121
Hunter Lab48.540481.7397-17.5711
CIE-Lab55.646381.8212-22.2947

#f327ae color RGB value is (243,39,174).

#f327ae hex color red value is 243, green value is 39 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f327ae hue: 0.89 , saturation: 0.89 and the lightness value of f327ae is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00100111 10101110
Octal 363 47 256
Decimal 243 39 174
Hex F3 27 AE

RGB Percentages of Color #f327ae

%53.29
%8.55
%38.16

CMYK Percentages of Color #f327ae

%0
%84
%28
%5

Triadic Colors of #f327ae

#f327ae #aef327 #27aef3

Analogous Colors of #f327ae

#f327ae #f32748 #d227f3

Monochromatic Colors of #f327ae

#f327ae

Complementary Color

#f327ae #27f36c

#f327ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f327ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f327ae Color CSS Codes

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

#f327ae Text Font Color

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

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


#f327ae Background Color

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

This div background color is #f327ae


#f327ae Border Color

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

This div border color is #f327ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f327ae


Comments

No comments written yet.

Please login to write comment.