Color Hex Logo

#f630aa Color Hex

#F630AA
(246,48,170)
0 Favorites   0 Comments

Color spaces of #f630aa

RGB 24648170
HSL0.900.920.58
HSV323°80°96°
CMYK 0.000.800.31   0.04
XYZ46.318724.609040.3390
Yxy24.60900.41630.2212
Hunter Lab49.607579.8532-13.4873
CIE-Lab56.692580.1384-18.3114

#f630aa color RGB value is (246,48,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00110000 10101010
Octal 366 60 252
Decimal 246 48 170
Hex F6 30 AA

RGB Percentages of Color #f630aa

%53.02
%10.34
%36.64

CMYK Percentages of Color #f630aa

%0
%80
%31
%4

Triadic Colors of #f630aa

#f630aa #aaf630 #30aaf6

Analogous Colors of #f630aa

#f630aa #f63047 #df30f6

Monochromatic Colors of #f630aa

#f630aa

Complementary Color

#f630aa #30f67c

#f630aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f630aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f630aa Color CSS Codes

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

#f630aa Text Font Color

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

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


#f630aa Background Color

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

This div background color is #f630aa


#f630aa Border Color

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

This div border color is #f630aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f630aa


Comments

No comments written yet.

Please login to write comment.