Color Hex Logo

#f301ae Color Hex

#F301AE
(243,1,174)
0 Favorites   0 Comments

Color spaces of #f301ae

RGB 2431174
HSL0.880.990.48
HSV317°100°95°
CMYK 0.001.000.28   0.05
XYZ44.613022.132441.9650
Yxy22.13240.41040.2036
Hunter Lab47.045186.9432-19.9561
CIE-Lab54.167286.1327-24.5699

#f301ae color RGB value is (243,1,174).

#f301ae hex color red value is 243, green value is 1 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f301ae hue: 0.88 , saturation: 0.99 and the lightness value of f301ae is 0.48.

The process color (four color CMYK) of #f301ae color hex is 0.00, 1.00, 0.28, 0.05. Web safe color of #f301ae is #ff0099. Color #f301ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000001 10101110
Octal 363 1 256
Decimal 243 1 174
Hex F3 1 AE

RGB Percentages of Color #f301ae

%58.13
%0.24
%41.63

CMYK Percentages of Color #f301ae

%0
%100
%28
%5

Triadic Colors of #f301ae

#f301ae #aef301 #01aef3

Analogous Colors of #f301ae

#f301ae #f30135 #bf01f3

Monochromatic Colors of #f301ae

#f301ae

Complementary Color

#f301ae #01f346

#f301ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f301ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f301ae Color CSS Codes

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

#f301ae Text Font Color

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

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


#f301ae Background Color

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

This div background color is #f301ae


#f301ae Border Color

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

This div border color is #f301ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f301ae


Comments

No comments written yet.

Please login to write comment.