Color Hex Logo

#f607dd Color Hex

#F607DD
(246,7,221)
0 Favorites   0 Comments

Color spaces of #f607dd

RGB 2467221
HSL0.850.940.50
HSV306°97°96°
CMYK 0.000.970.10   0.04
XYZ51.133224.965270.5304
Yxy24.96520.34870.1703
Hunter Lab49.965295.2336-48.7176
CIE-Lab57.041591.8198-47.1152

#f607dd color RGB value is (246,7,221).

#f607dd hex color red value is 246, green value is 7 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f607dd hue: 0.85 , saturation: 0.94 and the lightness value of f607dd is 0.50.

The process color (four color CMYK) of #f607dd color hex is 0.00, 0.97, 0.10, 0.04. Web safe color of #f607dd is #ff00cc. Color #f607dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000111 11011101
Octal 366 7 335
Decimal 246 7 221
Hex F6 7 DD

RGB Percentages of Color #f607dd

%51.90
%1.48
%46.62

CMYK Percentages of Color #f607dd

%0
%97
%10
%4

Triadic Colors of #f607dd

#f607dd #ddf607 #07ddf6

Analogous Colors of #f607dd

#f607dd #f60766 #9807f6

Monochromatic Colors of #f607dd

#f607dd

Complementary Color

#f607dd #07f620

#f607dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f607dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f607dd Color CSS Codes

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

#f607dd Text Font Color

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

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


#f607dd Background Color

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

This div background color is #f607dd


#f607dd Border Color

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

This div border color is #f607dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f607dd


Comments

No comments written yet.

Please login to write comment.