Color Hex Logo

#f605ad Color Hex

#F605AD
(246,5,173)
0 Favorites   0 Comments

Color spaces of #f605ad

RGB 2465173
HSL0.880.960.49
HSV318°98°96°
CMYK 0.000.980.30   0.04
XYZ45.603122.718541.5167
Yxy22.71850.41520.2068
Hunter Lab47.663987.3704-18.2786
CIE-Lab54.781286.3397-22.9911

#f605ad color RGB value is (246,5,173).

#f605ad hex color red value is 246, green value is 5 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f605ad hue: 0.88 , saturation: 0.96 and the lightness value of f605ad is 0.49.

The process color (four color CMYK) of #f605ad color hex is 0.00, 0.98, 0.30, 0.04. Web safe color of #f605ad is #ff0099. Color #f605ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000101 10101101
Octal 366 5 255
Decimal 246 5 173
Hex F6 5 AD

RGB Percentages of Color #f605ad

%58.02
%1.18
%40.80

CMYK Percentages of Color #f605ad

%0
%98
%30
%4

Triadic Colors of #f605ad

#f605ad #adf605 #05adf6

Analogous Colors of #f605ad

#f605ad #f60535 #c705f6

Monochromatic Colors of #f605ad

#f605ad

Complementary Color

#f605ad #05f64e

#f605ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f605ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f605ad Color CSS Codes

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

#f605ad Text Font Color

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

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


#f605ad Background Color

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

This div background color is #f605ad


#f605ad Border Color

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

This div border color is #f605ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f605ad


Comments

No comments written yet.

Please login to write comment.