Color Hex Logo

#f603cd Color Hex

#F603CD
(246,3,205)
0 Favorites   0 Comments

Color spaces of #f603cd

RGB 2463205
HSL0.860.980.49
HSV310°99°96°
CMYK 0.000.990.17   0.04
XYZ49.058024.065759.8171
Yxy24.06570.36900.1810
Hunter Lab49.056892.6549-37.9551
CIE-Lab56.153590.0699-39.3991

#f603cd color RGB value is (246,3,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000011 11001101
Octal 366 3 315
Decimal 246 3 205
Hex F6 3 CD

RGB Percentages of Color #f603cd

%54.19
%0.66
%45.15

CMYK Percentages of Color #f603cd

%0
%99
%17
%4

Triadic Colors of #f603cd

#f603cd #cdf603 #03cdf6

Analogous Colors of #f603cd

#f603cd #f60354 #a603f6

Monochromatic Colors of #f603cd

#f603cd

Complementary Color

#f603cd #03f62c

#f603cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f603cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f603cd Color CSS Codes

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

#f603cd Text Font Color

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

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


#f603cd Background Color

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

This div background color is #f603cd


#f603cd Border Color

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

This div border color is #f603cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f603cd

Related Colors


Comments

No comments written yet.

Please login to write comment.