Color Hex Logo

#f603dd Color Hex

#F603DD
(246,3,221)
0 Favorites   0 Comments

Color spaces of #f603dd

RGB 2463221
HSL0.850.980.49
HSV306°99°96°
CMYK 0.000.990.10   0.04
XYZ51.089724.878470.5159
Yxy24.87840.34880.1698
Hunter Lab49.878395.5485-48.9071
CIE-Lab56.956792.0697-47.2495

#f603dd color RGB value is (246,3,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000011 11011101
Octal 366 3 335
Decimal 246 3 221
Hex F6 3 DD

RGB Percentages of Color #f603dd

%52.34
%0.64
%47.02

CMYK Percentages of Color #f603dd

%0
%99
%10
%4

Triadic Colors of #f603dd

#f603dd #ddf603 #03ddf6

Analogous Colors of #f603dd

#f603dd #f60364 #9603f6

Monochromatic Colors of #f603dd

#f603dd

Complementary Color

#f603dd #03f61c

#f603dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f603dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f603dd Color CSS Codes

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

#f603dd Text Font Color

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

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


#f603dd Background Color

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

This div background color is #f603dd


#f603dd Border Color

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

This div border color is #f603dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f603dd


Comments

No comments written yet.

Please login to write comment.