Color Hex Logo

#f630ad Color Hex

#F630AD
(246,48,173)
0 Favorites   0 Comments

Color spaces of #f630ad

RGB 24648173
HSL0.890.920.58
HSV322°80°96°
CMYK 0.000.800.30   0.04
XYZ46.605824.723941.8509
Yxy24.72390.41180.2184
Hunter Lab49.723180.2937-15.0969
CIE-Lab56.805480.4628-19.8892

#f630ad color RGB value is (246,48,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00110000 10101101
Octal 366 60 255
Decimal 246 48 173
Hex F6 30 AD

RGB Percentages of Color #f630ad

%52.68
%10.28
%37.04

CMYK Percentages of Color #f630ad

%0
%80
%30
%4

Triadic Colors of #f630ad

#f630ad #adf630 #30adf6

Analogous Colors of #f630ad

#f630ad #f6304a #dc30f6

Monochromatic Colors of #f630ad

#f630ad

Complementary Color

#f630ad #30f679

#f630ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f630ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f630ad Color CSS Codes

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

#f630ad Text Font Color

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

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


#f630ad Background Color

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

This div background color is #f630ad


#f630ad Border Color

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

This div border color is #f630ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f630ad


Comments

No comments written yet.

Please login to write comment.