Color Hex Logo

#f706dd Color Hex

#F706DD
(247,6,221)
0 Favorites   0 Comments

Color spaces of #f706dd

RGB 2476221
HSL0.850.950.50
HSV306°98°97°
CMYK 0.000.980.11   0.03
XYZ51.474025.124970.5432
Yxy25.12490.34980.1708
Hunter Lab50.124795.5866-48.3546
CIE-Lab57.196992.0513-46.8578

#f706dd color RGB value is (247,6,221).

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

The process color (four color CMYK) of #f706dd color hex is 0.00, 0.98, 0.11, 0.03. Web safe color of #f706dd is #ff00cc. Color #f706dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000110 11011101
Octal 367 6 335
Decimal 247 6 221
Hex F7 6 DD

RGB Percentages of Color #f706dd

%52.11
%1.27
%46.62

CMYK Percentages of Color #f706dd

%0
%98
%11
%3

Triadic Colors of #f706dd

#f706dd #ddf706 #06ddf7

Analogous Colors of #f706dd

#f706dd #f70665 #9906f7

Monochromatic Colors of #f706dd

#f706dd

Complementary Color

#f706dd #06f720

#f706dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f706dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f706dd Color CSS Codes

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

#f706dd Text Font Color

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

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


#f706dd Background Color

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

This div background color is #f706dd


#f706dd Border Color

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

This div border color is #f706dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f706dd


Comments

No comments written yet.

Please login to write comment.