Color Hex Logo

#f690ad Color Hex

#F690AD
(246,144,173)
0 Favorites   0 Comments

Color spaces of #f690ad

RGB 246144173
HSL0.950.850.76
HSV343°41°96°
CMYK 0.000.410.30   0.04
XYZ55.522142.556544.8230
Yxy42.55650.38850.2978
Hunter Lab65.235337.76034.9268
CIE-Lab71.252941.88051.6564

#f690ad color RGB value is (246,144,173).

#f690ad hex color red value is 246, green value is 144 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f690ad hue: 0.95 , saturation: 0.85 and the lightness value of f690ad is 0.76.

The process color (four color CMYK) of #f690ad color hex is 0.00, 0.41, 0.30, 0.04. Web safe color of #f690ad is #ff9999. Color #f690ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010000 10101101
Octal 366 220 255
Decimal 246 144 173
Hex F6 90 AD

RGB Percentages of Color #f690ad

%43.69
%25.58
%30.73

CMYK Percentages of Color #f690ad

%0
%41
%30
%4

Triadic Colors of #f690ad

#f690ad #adf690 #90adf6

Analogous Colors of #f690ad

#f690ad #f6a690 #f690e0

Monochromatic Colors of #f690ad

#f690ad

Complementary Color

#f690ad #90f6d9

#f690ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f690ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f690ad Color CSS Codes

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

#f690ad Text Font Color

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

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


#f690ad Background Color

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

This div background color is #f690ad


#f690ad Border Color

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

This div border color is #f690ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f690ad


Comments

No comments written yet.

Please login to write comment.