Color Hex Logo

#f690cd Color Hex

#F690CD
(246,144,205)
0 Favorites   0 Comments

Color spaces of #f690cd

RGB 246144205
HSL0.900.850.76
HSV324°41°96°
CMYK 0.000.410.17   0.04
XYZ58.998743.947163.1307
Yxy43.94710.35530.2646
Hunter Lab66.292642.8483-10.0573
CIE-Lab72.193146.3759-14.7150

#f690cd color RGB value is (246,144,205).

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

The process color (four color CMYK) of #f690cd color hex is 0.00, 0.41, 0.17, 0.04. Web safe color of #f690cd is #ff99cc. Color #f690cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010000 11001101
Octal 366 220 315
Decimal 246 144 205
Hex F6 90 CD

RGB Percentages of Color #f690cd

%41.34
%24.20
%34.45

CMYK Percentages of Color #f690cd

%0
%41
%17
%4

Triadic Colors of #f690cd

#f690cd #cdf690 #90cdf6

Analogous Colors of #f690cd

#f690cd #f6909a #ec90f6

Monochromatic Colors of #f690cd

#f690cd

Complementary Color

#f690cd #90f6b9

#f690cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f690cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f690cd Color CSS Codes

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

#f690cd Text Font Color

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

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


#f690cd Background Color

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

This div background color is #f690cd


#f690cd Border Color

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

This div border color is #f690cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f690cd


Comments

No comments written yet.

Please login to write comment.