Color Hex Logo

#f629aa Color Hex

#F629AA
(246,41,170)
0 Favorites   0 Comments

Color spaces of #f629aa

RGB 24641170
HSL0.900.920.56
HSV322°83°96°
CMYK 0.000.830.31   0.04
XYZ46.054724.081040.2510
Yxy24.08100.41720.2182
Hunter Lab49.072481.6465-14.2812
CIE-Lab56.168881.6465-19.1097

#f629aa color RGB value is (246,41,170).

#f629aa hex color red value is 246, green value is 41 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f629aa hue: 0.90 , saturation: 0.92 and the lightness value of f629aa is 0.56.

The process color (four color CMYK) of #f629aa color hex is 0.00, 0.83, 0.31, 0.04. Web safe color of #f629aa is #ff3399. Color #f629aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00101001 10101010
Octal 366 51 252
Decimal 246 41 170
Hex F6 29 AA

RGB Percentages of Color #f629aa

%53.83
%8.97
%37.20

CMYK Percentages of Color #f629aa

%0
%83
%31
%4

Triadic Colors of #f629aa

#f629aa #aaf629 #29aaf6

Analogous Colors of #f629aa

#f629aa #f62943 #dc29f6

Monochromatic Colors of #f629aa

#f629aa

Complementary Color

#f629aa #29f675

#f629aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f629aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f629aa Color CSS Codes

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

#f629aa Text Font Color

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

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


#f629aa Background Color

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

This div background color is #f629aa


#f629aa Border Color

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

This div border color is #f629aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,41,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f629aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f629aa;
  -webkit-box-shadow: 1px 1px 3px 2px #f629aa;
  box-shadow:         1px 1px 3px 2px #f629aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,41,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f629aa


Comments

No comments written yet.

Please login to write comment.